User forums > Help
Problems making CB for OSX from wiki instructions
afb:
I think that GDB not finding the source file might be a universal problem,
at least I seem to recall seeing a thread about it on another platform ?
But you might want to report a bug to BerliOS, if there isn't one already.
Pecan:
--- Quote from: bnilsson on September 30, 2006, 10:41:46 am ---I just added some breakpoints and started the debugger. It did not stop at the breakpoints.
Did I miss something or should I report this as a bug?
--- End quote ---
Breakpoint are not honored in constructors or destructors.
You'll have to put the breakpoints in a "dummy" routine called by the constructor.
Thus:
--- Code: ---myCtor::myCtor() {myInit();}
myCtor::myInit() {// put breakpoint here; int myint=0;}
--- End code ---
Navigation
[0] Message Index
[*] Previous page
Go to full version