The first step is to compile your program with -g to include debugging information within the executable: g++ -g -o myprog.exe mycode.cpp Then the program ...
確定! 回上一頁