At 02:08 PM 12/19/00 -0600, you wrote:
>I have been able to debug a small Java application remotely, at the MS-DOS
>prompt. I'd like to be able to do the same thing, using Emacs and JDE,
>but I have not been able to figure out which JDE variables to set.
>
Hi Karen,
The JDE does not provide any explicit support for remote debugging with
jdb, though it is possible. Within the last two several months, at least
one person has posted instructions for doing this to the JDE mailing list.
You might want to search the archives.
Alternative, you could use JDEbug, which has very good support for remote
debugging. The JDEbug user's guide explains how to do remote debugging in
detail.
- Paul