emacs-pretest-bug
[Top][All Lists]
Advanced

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

Re: lisp/progmodes/gdb-ui.el


From: Nick Roberts
Subject: Re: lisp/progmodes/gdb-ui.el
Date: Wed, 10 Jan 2007 11:50:31 +1300

 > gdb-debug-ring

 > ((recv . "
 > ^Z^Zpost-prompt
 > ...

Thanks, but can you send it as an attachment.  I think it gets a bit mangled
by the ^Z characters.

 >...
 > ^Z^Zpost-prompt
 > Num Type           Disp Enb Address    What
 > 1   breakpoint     keep y   0x080ba832 in rd_ch_unbuffered at stream.d:5063
 >      breakpoint already hit 1 time
 > ") (recv . "
 > ^Z^Zpre-prompt
 > (gdb)
 > ^Z^Zprompt
 > ") ...)
      ^^^

This ends in an ellipsis because the length of the list exceeds
eval-expression-print-length. This means that you've not sent the start of the
log.  Can you please make it unlimited by setting eval-expression-print-length
to nil.

Thanks,

-- 
Nick                                           http://www.inet.net.nz/~nickrob




reply via email to

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