"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> 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.
_______________________________________________
help-gplusplus mailing list
help-gplusplus@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gplusplus

Reply via email to