User forums > Help

Debugger can't find project files

<< < (2/6) > >>

mandrav:
Although this is not the debugger's debug log I asked for :), you can clearly see that the breakpoint is added as "pending" meaning it will be set when resolved (i.e. the DLL it resides in is loaded). This is normal.

killerbot:
Maybe it hase something to do with the forward slashes in the path ---> we are on windows here ??

280Z28:
OOhhh that's what it does. It can resolve pending breakpoints as they are encountered. You should see a "resolved" message when it is found.

GDB 5.x does not support pending breakpoints. That's why you need 6.3 :)


--- Code: ---> break D:/Devel/codeblocks/src/sdk/editormanager.cpp:2340
No source file named D:/Devel/codeblocks/src/sdk/editormanager.cpp.
Breakpoint 1 (D:/Devel/codeblocks/src/sdk/editormanager.cpp:2340) pending.
(gdb)
> run
Breakpoint 2 at 0x618331f4: file sdk/editormanager.cpp, line 2340.
Pending breakpoint "D:/Devel/codeblocks/src/sdk/editormanager.cpp:2340" resolved

--- End code ---

killerbot:
Yes, the breakpoint works , that's for sure. But strange someone is saying our file is not found -> confusing.
Debuggers log coming up.

mandrav:

--- Quote from: killerbot on December 31, 2005, 10:13:49 am ---Yes, the breakpoint works , that's for sure. But strange someone is saying our file is not found -> confusing.
Debuggers log coming up.

--- End quote ---

Well, that "someone" is GDB itself and I believe it's the most authoritative source to tell you so  :lol:

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version