bug-gnubg
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-gnubg] Compiling on Linux without GTK


From: Holger
Subject: Re: [Bug-gnubg] Compiling on Linux without GTK
Date: Wed, 05 Mar 2003 16:44:09 +0100

At 16:26 05.03.2003 +0100, Jim Segrave wrote:
On Wed 05 Mar 2003 (12:56 +0100), Holger wrote:
> I've got a few gdb questions. I even looked through the entire gdb
> documentation but couldn't find anything.
>
> Is there a way to display the contents of all variables in local scope or
> even better at the current or next source line? All globals as well? And
> maybe even automatically?

Not that I know of.

You can use info variables to get the names of all globals (and file
scoped statics in the current file), you can then set up displays to
trak them. But I know of no way to get a list of, much less a display
of all the currently active local variables.

Oystein gave me a tip about Insight. For Windows it comes with Cygwin. It's a gdb with GUI that has about everything I want.

Regards,

Holger




reply via email to

[Prev in Thread] Current Thread [Next in Thread]