This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: c++ debugging remarkably good right now


On Mon, Feb 04, 2002 at 06:15:05PM -0800, Benjamin Kosnik wrote:
> Nathan wrote:
> > Now, how about defaulting to *not* printing out static members?
> 
> Put this in your .gdbinit:
> 
>   set print pretty on 
>   set print object on
>   set print static-members off
>   set print vtbl on 
>   set print demangle on 
>   set demangle-style gnu-v3
> 
> More info in the gdb docs...

This looks like a good one for the FAQ.

Nathan Myers
ncm at cantrip dot org


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]