I am trying to debug a program in Code :: Blocks. I followed this guide and this short video as I could, but the debugger does not stop at breakpoints ...
I saw a similar question that remained unresolved (I was not sure that I should hit it or open a new one with more details), I have the checkbox βProduce debugging characters [-g]β checked. Optimization and "Clear all characters [-s]" are also disabled. I even tried the -ggdb flag as suggested there , and failed.
I am using TDM-GCC 4.5.2 (I just updated, I had the same problem with 4.5.1 earlier) and the debugger is GNU gdb (GDB) 7.2 (the same problem with GDB 7.1 earlier). I am on Windows 7 x64 using Code :: Blocks SVN 7040 (this is the last nightly build, as far as I know, they recommend them for not frequently updated stable lines) (I had the same problem in SVN 6931).
Finally, I also noticed that the debugger complains about the lack of debugging symbols, here is the output in the debugger window:
Build succeeded Selecting target: Debug Adding source dir: G:\[...]\IPCMB3\ Adding source dir: G:\[...]\IPCMB3\ Adding file: bin\Debug\IPCMB3.exe Starting debugger: done Registered new type: wxString Registered new type: STL String Registered new type: STL Vector Setting breakpoints Reading symbols from G:\[...]\IPCMB3/bin/Debug/IPCMB3.exe...(no debugging symbols found)...done. Debugger name and version: GNU gdb (GDB) 7.2 Child process PID: 6044 Program exited normally. Debugger finished with status 0
thanks
c ++ gcc debugging codeblocks debug-symbols
user14764
source share