Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-debug-dev] GDB reporting "No symbol 'whatever' in curren t context."

> From: cdt-debug-dev-bounces@xxxxxxxxxxx [mailto:cdt-debug-dev-
> bounces@xxxxxxxxxxx] On Behalf Of Derek Morris
> Sent: Saturday, November 11, 2006 11:46 AM
> To: CDT Debug developers list
> Subject: Re: [cdt-debug-dev] GDB reporting "No symbol 'whatever' in curren
> t context."
> 
> Well, I don't think the current behaviour is acceptable:
> - when you move the mouse and pause slightly over a random area of the
> source
> window, the console window switches to the front and displays a
> meaningless (to
> the user) error message.
> 
> In the circumstances, suppressing the error seems the best thing to do.
> Shall I raise a PR?
>

I think we are talking about different problems, I was referring to the fact
that we send for evaluation any random string that the mouse is over on
without validation.

For the switching of console it is an Eclipse/Console behavior that can be
change by toggling:
Window -> Preferences -> Run/Debug -> Console -> Show when program writes
... stdout
Window -> Preferences -> Run/Debug -> Console -> Show when program writes
... stderr

Turn them off.

> In the circumstances, suppressing the error seems the best thing to do.
> Shall I raise a PR?

It depends; try changing the preferences and I think it will fix your
behavior problem.




Back to the top