help-gplusplus
[Top][All Lists]
Advanced

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

Re: About GDB not allowing some variable to show outpu continuously


From: Paul Pluzhnikov
Subject: Re: About GDB not allowing some variable to show outpu continuously
Date: Thu, 11 Oct 2007 07:23:02 -0700
User-agent: Gnus/5.1006 (Gnus v5.10.6) XEmacs/21.4 (Jumbo Shrimp, linux)

"parag_paul@hotmail.com" <parag_paul@hotmail.com> writes:

> Is there any GDB variable that will stop this from coming so that I
> see these output continuously

RTFM:

`set height LPP'
`show height'
`set width CPL'
`show width'
     These `set' commands specify a screen height of LPP lines and a
     screen width of CPL characters.  The associated `show' commands
     display the current settings.

NB>  If you specify a height of zero lines, GDB does not pause during
NB>  output no matter how long the output is.  This is useful if output
NB>  is to a file or to an editor buffer.

     Likewise, you can specify `set width 0' to prevent GDB from
     wrapping its output.

Cheers,
-- 
In order to understand recursion you must first understand recursion.
Remove /-nsp/ for email.


reply via email to

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