codeblocks的debug问题

今天在学习codeblocks的debug的使用时遇到问题;
Active debugger config: GDB/CDB debugger:Default
Building to ensure sources are up-to-date
Selecting target:
Debug
Adding source dir: C:Users86152Desktopcodeblocproject-c\
Adding source dir: C:Users86152Desktopcodeblocproject-c\
Adding file: C:Users86152Desktopcodeblocproject-cbinDebugproject-c.exe
Changing directory to: C:/Users/86152/Desktop/codebloc/project-c/.
Set variable: PATH=.;C:Program Files (x86)CodeBlocksMinGWbin;C:Program Files (x86)CodeBlocksMinGW;C:WindowsSystem32;C:Windows;C:WindowsSystem32wbem;C:WindowsSystem32WindowsPowerShellv1.0;C:WindowsSystem32OpenSSH;C:Program Files (x86)NVIDIA CorporationPhysXCommon;C:Program FilesNVIDIA CorporationNVIDIA NvDLISR;C:Program Files (x86)IntelIntel(R) Management Engine ComponentsDAL;C:Program FilesIntelIntel(R) Management Engine ComponentsDAL;C:Program FilesIntelWiFibin;C:Program FilesCommon FilesIntelWirelessCommon;C:Program FilesGitcmd;C:Program FilesTortoiseGitbin;C:Users86152AppDataLocalMicrosoftWindowsApps;;C:Users86152AppDataLocalProgramsMicrosoft VS Codebin
Starting debugger: C:Users86152Desktopcodeblocproject-cbinDebugproject-c.exe -nx -fullname -quiet -args C:/Users/86152/Desktop/codebloc/project-c/bin/Debug/project-c.exe
done
Debugger finished with status 0
Selecting target:
Debug
Adding source dir: C:Users86152Desktopcodeblocproject-c\
Adding source dir: C:Users86152Desktopcodeblocproject-c\
Adding file: C:Users86152Desktopcodeblocproject-cbinDebugproject-c.exe
Changing directory to: C:/Users/86152/Desktop/codebloc/project-c/.
Set variable: PATH=.;C:Program Files (x86)CodeBlocksMinGWbin;C:Program Files (x86)CodeBlocksMinGW;C:WindowsSystem32;C:Windows;C:WindowsSystem32wbem;C:WindowsSystem32WindowsPowerShellv1.0;C:WindowsSystem32OpenSSH;C:Program Files (x86)NVIDIA CorporationPhysXCommon;C:Program FilesNVIDIA CorporationNVIDIA NvDLISR;C:Program Files (x86)IntelIntel(R) Management Engine ComponentsDAL;C:Program FilesIntelIntel(R) Management Engine ComponentsDAL;C:Program FilesIntelWiFibin;C:Program FilesCommon FilesIntelWirelessCommon;C:Program FilesGitcmd;C:Program FilesTortoiseGitbin;C:Users86152AppDataLocalMicrosoftWindowsApps;;C:Users86152AppDataLocalProgramsMicrosoft VS Codebin
Starting debugger: C:Users86152Desktopcodeblocproject-cbinDebugproject-c.exe -nx -fullname -quiet -args C:/Users/86152/Desktop/codebloc/project-c/bin/Debug/project-c.exe
done
Debugger finished with status 0
查阅CodeBlocks17.12版本无法进行单步调试的相关原因及可能的而解决办法

:单步调试时,一定是要打开整个工程文件,而不是仅仅打开cpp文件 这个无法理解打开整个工程文件的含义;

我新建了一个project项目存放在codeblocks文件夹中,如何打开整个工程文件了?
QQ图片20200413232633.png

阅读 2.5k
撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进