setting breakpoints is also not working that well anymore (rev 3495) :
tried to put a breakpoint in directcommands.cpp in GetCompilerFileCommand, never halts there although we passed in that method. I put a breakpoint in compiler.cpp and then moved up ending up in the GetComilerFileCommand :
LOg :
Building to ensure sources are up-to-date
Build succeeded
Selecting target: src
Adding source dir: /home/killerbot/Documents/CodeBlocksDev/CbGuiBuild/trunk/src/
Adding source dir: /home/killerbot/Documents/CodeBlocksDev/CbGuiBuild/trunk/src/
Changing directory to: devel
Adding file: devel/codeblocks
Starting debugger: done
Registered new type: wxString
Registered new type: STL String
Registered new type: STL Vector
Setting breakpoints
Debugger name and version: GNU gdb 6.5
No source file named sdk/compiler.cpp.
Breakpoint 1 ("sdk/compiler.cpp:193) pending.
No source file named plugins/compilergcc/directcommands.cpp.
Breakpoint 2 ("plugins/compilergcc/directcommands.cpp:151) pending.
No source file named plugins/compilergcc/compilergcc.cpp.
Breakpoint 3 ("plugins/compilergcc/compilergcc.cpp:2598) pending.
Pending breakpoint ""sdk/compiler.cpp:193" resolved
Pending breakpoint ""plugins/compilergcc/compilergcc.cpp:2598" resolved
At /home/killerbot/Documents/CodeBlocksDev/CbGuiBuild/trunk/src/sdk/compiler.cpp:193
At /home/killerbot/Documents/CodeBlocksDev/CbGuiBuild/trunk/src/sdk/compiler.cpp:195
At /home/killerbot/Documents/CodeBlocksDev/CbGuiBuild/trunk/src/sdk/compiler.cpp:196
At /home/killerbot/Documents/CodeBlocksDev/CbGuiBuild/trunk/src/plugins/compilergcc/directcommands.cpp:542
Continuing...
At /home/killerbot/Documents/CodeBlocksDev/CbGuiBuild/trunk/src/sdk/compiler.cpp:193
Continuing...
At /home/killerbot/Documents/CodeBlocksDev/CbGuiBuild/trunk/src/sdk/compiler.cpp:196
At /home/killerbot/Documents/CodeBlocksDev/CbGuiBuild/trunk/src/plugins/compilergcc/directcommands.cpp:201