Hi guys,
Nice work on C::B. It is great and I am tring to use it as the only IDE I use, sooo.....
I am tring to debug a dynamically loaded at run-time dll and when I try to start the debugger and set a breakpoint in the source file in the dll project I get this message and it doesn't fire off the host application:
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.3
No source file named C:/devel/progs/wxFormBuilder/src/plugins/standard/common.cpp.
Breakpoint 1 (C:/devel/progs/wxFormBuilder/src/plugins/standard/common.cpp:238) pending.
If I take the breakpoint out of the dll the host application starts, but then I can't set a breakpoint in the source at all.
Any thoughts?