Hi, I'm trying out Code::Blocks as I get tired of gedit/scons/ddd development (just get a little tired of switching back and forth between applications). So far the IDE is working great for me except that I'm having some debugging troubles.
I built the IDE last night from SVN, and am using GDB 6.4. However, when I run the debugger (yes, the code is built with debugging symbols) it refuses to stop at any breakpoints; for example, it will output a message that will look something like: "No line 10 in file "Source/Main.cpp"," when there clearly is a line 10 in that file.
Solely for completeness, the debugger log is posted below:
Selecting target: default
Compiling: done
Adding source dir: /home/mhamlin/Projects/Tau/Tau/
Adding source dir: /home/mhamlin/Projects/Tau/Tau/
Changing directory to: ../Bin
Adding file: ../Bin/Tau
Starting debugger: done
Invalid debugger script: 'gdb_types.script'
Setting breakpoints
Debugger name and version: GNU gdb 6.4
No line 11 in file "Source/Main.cpp".
Program exited normally.
Debugger finished with status 0
Any advice would be appreciated,
Thank you.