User forums > Nightly builds

The 28 January 2007 build is out.

<< < (6/7) > >>

indigo0086:
Hmm, when I put a breakpoint in a function in a header file (which has to have been called by main), it skips over it and ends.  I get this message in the debugger.


--- Quote ---Setting breakpoints
Debugger name and version: GNU gdb 6.3
No source file named E:/Documents/COP 4338 Programming III Projects/project1/urlSearcher.h.
Breakpoint 1 ("E:/Documents/COP 4338 Programming III Projects/project1/urlSearcher.h:31) pending.
Program exited normally.
Debugger finished with status 0

--- End quote ---

it just skipped over the breakpoint.

Pecan:

--- Quote from: indigo0086 on January 30, 2007, 06:52:02 pm ---Hmm, when I put a breakpoint in a function in a header file (which has to have been called by main), it skips over it and ends.  I get this message in the debugger.


--- Quote ---Setting breakpoints
Debugger name and version: GNU gdb 6.3
No source file named E:/Documents/COP 4338 Programming III Projects/project1/urlSearcher.h.
Breakpoint 1 ("E:/Documents/COP 4338 Programming III Projects/project1/urlSearcher.h:31) pending.
Program exited normally.
Debugger finished with status 0

--- End quote ---

it just skipped over the breakpoint.

--- End quote ---

Take the spaces out of the filenames and see if it works.

Note: Breakpoints in constructors/destructors do not work.

cf: See the note at the bottom of:
//-- Debugging
    Debugging with CodeBlocks

indigo0086:
Yup that works.  Guess I have to change all my file hierarchy  :lol:

Jordar:
But I USED to be able to have spaces since the debugger used short names.  Is this a bug? Why were the debugger settings changed to long path names?

indigo0086:
Also what font is that used in the debugging example?\


Edit: I also found when exporting to rtf, it does not show any word delimited by whitespace after an escape indicator.  so


--- Code: ---cout << "\nhello world";
--- End code ---

will show as

--- Code: ---cout << "world";
--- End code ---

on the exported document

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version