Re: debugging with jdb

2004-10-07 Thread Len Trigg
Paul Kinnucan wrote: No this is a problem with Comint on some combinations of Emacs and the host operating system. I believe it may have something to do with how comint handles standard error input from an external process, e.g., jdb. Yes, I think that's it too. I experience it and posted

Re: debugging with jdb

2004-10-07 Thread Raul Acevedo
Would the problem be solved if comint returned code 1, instead of 129? In other words, is the problem that comint returns an inappropriate error code, or that comint returns *any* error code at all (i.e. it shouldn't get an error from the subprocess in the first place)? Raul On Fri, 2004-10-08

Re: debugging with jdb

2004-10-07 Thread Len Trigg
Raul Acevedo wrote: Would the problem be solved if comint returned code 1, instead of 129? In other words, is the problem that comint returns an inappropriate error code, or that comint returns *any* error code at all (i.e. it shouldn't get an error from the subprocess in the first place)?

Re: debugging with jdb

2004-10-07 Thread Paul Kinnucan
Len Trigg writes: Raul Acevedo wrote: Would the problem be solved if comint returned code 1, instead of 129? In other words, is the problem that comint returns an inappropriate error code, or that comint returns *any* error code at all (i.e. it shouldn't get an error from the

debugging with jdb

2004-10-05 Thread Raul Acevedo
I haven't debugged with JDE in a while, so I don't know if this is a new bug with the latest JDEE beta. Every time I display an expression with jdb, the debugger exits. Is this a known issue? It will display the expression just fine, and then exit with Comint exited abnormally with code 129.

debugging with jdb

2004-10-05 Thread Paul Kinnucan
Raul Acevedo writes: I haven't debugged with JDE in a while, so I don't know if this is a new bug with the latest JDEE beta. Every time I display an expression with jdb, the debugger exits. Is this a known issue? It will display the expression just fine, and then exit with Comint

Re: debugging with jdb

2004-10-05 Thread Raul Acevedo
On Tue, 2004-10-05 at 15:18 -0400, Paul Kinnucan wrote: No this is a problem with Comint on some combinations of Emacs and the host operating system. I believe it may have something to do with how comint handles standard error input from an external process, e.g., jdb. It's my impression that

Re: debugging with jdb

2004-10-05 Thread Paul Kinnucan
Raul Acevedo writes: On Tue, 2004-10-05 at 15:18 -0400, Paul Kinnucan wrote: No this is a problem with Comint on some combinations of Emacs and the host operating system. I believe it may have something to do with how comint handles standard error input from an external process,

Re: Debugging with jdb (newbie)

2001-10-02 Thread Jarek Kucypera
I have set up jdb as my debugger and source directories for debugger to '/dziela/java'. Appending slash to the path name helped. J.K.

Debugging with jdb (newbie)

2001-09-24 Thread Jarek Kucypera
I'm trying to debug with jdb and something goes wrong with source tracking. I've created a simple one file project in /dziela/java consisting of of one class in foo.java. Whenever I start debugging, debugger hits at the first line of foo.main, but it tries to show the contents of ...