when i try to debug my project on CodeLite IDE i get the following:
i'm using "debug" configuration type with "-g" flag for g++ (which is used to enable debug info), but have no result. this all results in inability of tracing program.Debug session started successfully!
GNU gdb 6.1.1 [FreeBSD]
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "i386-marcel-freebsd"...
set unwindonsignal on
set width 0
set height 0
No source file named /usr/home/varnie/.codelite/int/myprogram/main.cpp.
Continuing...
but if i'm using "gdb myprogram" right in console, everything works fine.
what i've missed? thanks for ideas.