CodeBlocks上的GDB调试器不起作用C语言

问题描述

我正在尝试使用GDB调试器在CodeBlocks上调试C代码。 不幸的是,它不起作用,我几乎尝试了所有方法包括卸载和重新安装CodeBlocks(包括调试器)。 在下面,我将放置退出错误,以便在出现问题的地方更好地解决问题:

Active debugger config: GDB/CDB debugger:Default 
Building to ensure sources are up-to-date
Selecting target:  
Release 
Adding source dir: D:\20201105_es8_randomWalk\ 
Adding source dir: D:\20201105_es8_randomWalk\ 
Adding file: D:\20201105_es8_randomWalk\bin\Release\20201105_es8_randomWalk.exe
Changing directory to: D:/20201105_es8_randomWalk/. 
Set variable: PATH=.;D:\programms\CodeBlocks\MinGW\bin;D:\programms\CodeBlocks\MinGW;C:\Windows\System32;C:\Windows;C:\Windows\System32\wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Windows\System32\OpenSSH;C:\Users\pnmat\AppData\Local\Microsoft\WindowsApps
Starting debugger: D:\programms\CodeBlocks\MinGW\bin\gdb.exe -nx -fullname -quiet  -args D:/20201105_es8_randomWalk/bin/Release/20201105_es8_randomWalk.exe
done
Setting breakpoints 
Reading symbols from D:/20201105_es8_randomWalk/bin/Release/20201105_es8_randomWalk.exe...(no debugging symbols found)...done. 
Debugger name and version: GNU gdb (GDB) 8.1 
No symbol table is loaded.  Use the "file" command.
Temporary breakpoint 3 ("D:/20201105_es8_randomWalk/main.c:23") pending. 
Child process PID: 8516 [Inferior 1 (process 8516) exited normally] 
Debugger finished with status 0

似乎它没有碰到我在代码中插入的任何断点。

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)