c++ - Debugging EXE files built with Scons in Eclipse CDT -
i using scons based custom command build c++ files.
it creates separate directory of build contains .exe file.
i want know: how debug .exe file in eclipse cdt?
you can define run configuration, specifying full path of exe. (be sure exe compiled debug symbols).
if remember correctly, eclipse open windows asking specify location of source code when running external executable. set path, , go.
Comments
Post a Comment