News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Problem in debugging

Started by TriTri, March 20, 2008, 12:17:53 PM

Previous topic - Next topic

TriTri

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

mandrav

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.
Be patient!
This bug will be fixed soon...

TriTri

#2
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.

thomas

Quote from: TriTri on March 20, 2008, 01:26:10 PM
QuoteYou 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.
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."


TriTri

#5

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");