Richard Stallman wrote:
When trying this, I found that the debugger window in (a second) Emacs
was hanging after about every page of output until I pressed the mouse
button.
I had to do this many times, as garbage collection was in progress at
the time I stopped Emacs so the stack trace was almost 4000 lines long.
Why does the debugger generate so much output?
I requested a stack trace (bt). As Emacs was garbage collecting at the
time, the stack was very deep (almost 4000 frames).
Have you requested more output than you really need?
Does it have a command not to pause due to output?
The pause is caused by Emacs not processing the output. The debugger
just outputs to stdout continuously.
_______________________________________________
emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug