Debugger can't find source files
Posted: Tue Feb 17, 2009 6:48 pm
Hi,
I've just installed CodeLite and have built the application in the quickstart. I've sorted out getting it to build with Debug and Release but when I try and debug the application none of my breakpoints fire. The debug log looks as follows:
So can anyone help explain why the debugger doesn't see the source files and why the breakpioints don't fire. I'm running on a Windows XP Professional service pack 2 machine.
TIA Jackson
I've just installed CodeLite and have built the application in the quickstart. I've sorted out getting it to build with Debug and Release but when I try and debug the application none of my breakpoints fire. The debug log looks as follows:
Code: Select all
Debug session started successfully!
Debuggee process ID: 1152
GNU gdb 6.8
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "i686-pc-mingw32"...
set new-console on
set unwindonsignal on
set width 0
set height 0
No source file named C:/Projects/HelloWork/helloworld_app.cpp.
No source file named C:/Projects/HelloWork/helloworld_app.cpp.
Continuing...
[New thread 1152.0x864]
Program exited normally.
Debug session ended
TIA Jackson