User forums > Help
Debugger can't find project files
mandrav:
--- Quote from: killerbot on December 31, 2005, 10:28:07 am ---So if it is a bug in GDB, maybe Sam's suggestion to filter it out is a good idea (less confusion for the user), since user perception is an dangerous thing. If you tell clients well, it 's complaining but it works fine, they don't trust you. ;-)
--- End quote ---
Lieven, it is not a bug. The debugger is telling you that there is no such file in codeblocks.exe and adds a pending breakpoint. When the DLL that contains that file loads, it will tell you it found it (resolved).
There is no confusion for the user here. It tells you it can't find it and on the next line it tells you it has been added as "pending".
--- Quote from: Mr. Awesome on December 31, 2005, 10:35:06 am ---I'm getting kind of lost in this discussion, but here is the debug log that I'm getting (BTW I do have GDB 6.3):
--- End quote ---
You 're using RC2 or earlier. The debugger has been greatly improved since then...
killerbot:
Thanks Yiannis,
now I understand.
Yes yes, learned something today ;-)
duncanka:
--- Quote from: 280Z28 on December 31, 2005, 09:14:32 am ---You need to use GDB 6.3 instead of 5.x
--- End quote ---
Question: GDB 6.3 is not supported on Windows 98. Is there any way to fully support both, perhaps, or do a system-dependent check, or maybe even just check the executable or its output, so that Windows 98 users are not left weeping in the dust?
Or failing that...does anyone know where you can get that psapi.dll file that 98 doesn't have?
(Or am I misunderstanding, and we should just leave it at saying that some minor features are unsupported by 98?)
Mr. Awesome:
--- Quote from: mandrav on December 31, 2005, 01:18:09 pm ---You 're using RC2 or earlier. The debugger has been greatly improved since then...
--- End quote ---
Sorry to be ignorant, but I don't know what RC2 means. What do I need to do to allow me to debug my project?
killerbot:
RC2 : this is release candidate 2, the last offical released version of Cb at the 25th october 2005.
But code has been changed since that day, no official release yet, you can get the code out of the svnrepository and build it yourself. That code contains much bug fixes, new features, improvements.
Lieven
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version