Hi
Today I have this problem, but I don't know why!
When I add a new breakpoint and I press debug... it don't see the breakpoint:
Setting breakpoints
(no debugging symbols found)
Debugger name and version: GNU gdb 6.6-debian
No symbol table is loaded. Use the "file" command.
What is the problem?
Thanks
Quote from: TriTri on March 20, 2008, 12:17:53 PM
What is the problem?
You mean that the following gives you
no clue whatsoever?!?Quote from: TriTri on March 20, 2008, 12:17:53 PM
Setting breakpoints
(no debugging symbols found)
Debugger name and version: GNU gdb 6.6-debian
No symbol table is loaded. Use the "file" command.
Quote from: mandrav on March 20, 2008, 01:09:19 PM
You mean that the following gives you no clue whatsoever?!?
I don't know... do you want a video? :)
I don't know how I can resolve this problem.
Quote from: TriTri on March 20, 2008, 01:26:10 PMQuoteYou mean that the following gives you no clue whatsoever?!?
I don't know... do you want a video? :)
Well, what he probably refers to is that it can hardly be said much clearer than this:
QuoteSetting breakpoints
(no debugging symbols found)
Debugger name and version: GNU gdb 6.6-debian
No symbol table is loaded. Use the "file" command.
http://wiki.codeblocks.org/index.php?title=Debugging_with_Code::Blocks
I have resolved it!
I have changed:
"Build target: Relese"
to
"Build target: Debug"
ok... thanks...
But... Why in the new windows i have this message: "term environment variable not set" when the debugger see the system call?
Like syste("clear");