User forums > Help
can't debug effectively in win32...
dmoore:
thanks biplab - the mingw sourceforge site is a bit of a mess...
new version installed:
--- Code: ---> break "C:/source/codeblocks_src/trunk/src/sdk/cbeditor.cpp:1162"
No source file named C:/source/codeblocks_src/trunk/src/sdk/cbeditor.cpp.
Breakpoint 1 ("C:/source/codeblocks_src/trunk/src/sdk/cbeditor.cpp:1162) pending.
--- End code ---
the 6.x series must force the breakpoints?
David Perfors:
Workaround:
put a breakpoint in src/src/app.cpp and run again after this one....
TDragon:
Note that that message doesn't necessarily indicate an error, or that the breakpoint won't be hit; I see it all the time, but still break at those breakpoints.
dmoore:
i should clarify -- with 6.x the breakpoint is set despite the "No source file named..." whereas in 5.x the breakpoint doesn't get set.
mandrav:
--- Quote from: dmoore on June 22, 2007, 03:00:08 pm ---thanks biplab - the mingw sourceforge site is a bit of a mess...
new version installed:
--- Code: ---> break "C:/source/codeblocks_src/trunk/src/sdk/cbeditor.cpp:1162"
No source file named C:/source/codeblocks_src/trunk/src/sdk/cbeditor.cpp.
Breakpoint 1 ("C:/source/codeblocks_src/trunk/src/sdk/cbeditor.cpp:1162) pending.
--- End code ---
the 6.x series must force the breakpoints?
--- End quote ---
This message is normal when you put breakpoints in files existing inside DLLs. That's what the message is telling you: it will try to resolve the breakpoint when each DLL is loaded.
Navigation
[0] Message Index
[*] Previous page
Go to full version