At 10:53 AM 8/20/99 +0200, Stef Epardaud wrote:
>
>what this huge java backtrace followed by lisp parsing errors tells me,
>is that if something goes wrong from the debugger, pray the java classes
>awaiting for lisp do ncrash or do nasty nasty things, or am i completely
>out of my mind?

It is our plan to handle unexpected exceptions in a more graceful manner.
>
>did i get this clear?
>or is the debugger written in java, and emacs is trying to read whatever
>comes out of it? this makes more sense, yeah.
>but then what happens if i put system.err.print or out.print ?
>does it also get read into the lisp parser ?
>naah, i assume not, because it would be fun to send commands that way :)
>
>just tell me i'm wrong and worried for nothing :)
>

Yes and yes.

Emacs and the debugger create a separate user interaction (comint) buffer for 
each application that you launch. Anything that you type into the 
buffer interaction window is relayed unfiltered to the standard input
of the application. Anything that the application outputs to standard out
or error is relayed unfiltered to the application's user interaction
buffer. 

>ah, and also... do i understand that the new debugger is only for
>windows people ? in which case i'll just sit and cry right now :(
>

It runs everywhere that the JDE does.  

- Paul

Reply via email to