News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Problem debugger finding source files

Started by shaft, January 30, 2006, 08:51:04 PM

Previous topic - Next topic

shaft

I am building a project that is 1 application and several DLLs, all built with mingw32 and codeblocks.

Anyways I can't seem to jump into the DLLs because GDB can't find the source files.  If I open up one of the DLL source file and execute "run to cursor" I get the message "No source file named gsosengineroot.cpp".  I've used the debugger configuration to include projects in same workspace, so it is supposedly adding the directories where the dll source code resides.

Whats wierd is I can single step from the main code into the DLL source, I just can't jump to it directly.  Any ideas?

thomas

"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

shaft


mandrav

Be patient!
This bug will be fixed soon...

shaft


killerbot

I would suggest an upgrade to one of the latest nightly builds, muchos muchos improvements !!!

You will go like this :  :shock: :shock: :shock: :shock: :D :D :D :D :D :D :D

see nightly builds part of the forum

shaft

The newer version seemed to be able to find my source...

Is there any way to speed this up...  It says "breakpint (blah blah blah) pending" for several seconds before it gets to
"breakpoint (blah blah blah) resolved" and finds the file.  Is there a way to start the search for files at specific locations.

thanks

thomas

No, starting the debugger takes some time, unluckily.
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."