Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » turn off gdb error messages?
turn off gdb error messages? [message #174765] Fri, 11 August 2006 15:57
Eclipse UserFriend
Originally posted by: greg9504.hotmail.com

Hi,

Is there any way to turn off the display of gdb error messages related
to unrecognized symbols? Each time I move the mouse over (hover) an
unknown variable (say 'for' or 'while') Eclipse seems to request gdb for
symbol information and then gdb sends back an error:

No symbol "for" in current context.
No symbol "allocated" in current context.
Attempt to use a type name as an expression

That would be fine but then Eclipse always pops open the console window.

Is the only way to stop this to turn off "Show when program writes to
standard error" settings for the debug console?

Would be nice to ignore those types of errors from gdb but still show
the console when the application (not gdb) writes to stderr. But maybe
that isn't possible..

I checked various "show debug *" commands within the gdb console but
nothing was turned on.

Thanks.
Greg.

Eclipse
Version: 3.2.0
Build id: M20060629-1905
CDT 3.1.0
GNU gdb 6.5.0.20060626-cvs --- local
GNU gdb Red Hat Linux (6.3.0.0-1.62rh) --- on the remote
Previous Topic:Compiler within CDT?
Next Topic:ifstream problems
Goto Forum:
  


Current Time: Thu Apr 25 19:53:40 GMT 2024

Powered by FUDForum. Page generated in 0.03339 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top