Also, do I use the JDE / Debug App or JDEBug / Process / Start Debugger. I
was able
to step properly when using the former, and I got the problems described in
my previous
post when doing the latter.
Mark Messer <[EMAIL PROTECTED]> wrote in message
6Qyw3.1505$[EMAIL PROTECTED]">news:6Qyw3.1505$[EMAIL PROTECTED]...
> I'm running FSF WinNT Emacs 20.3.1, jde-2.1.6Beta7
>
> I still have to unpack the jar.
>
> I'm trying to debug this program, and put a breakpoint at the first
> println:
>
> class ttt {
> public static void main(String args[]) {
> String tmp = "foo";
> int num = 8;
>
> System.out.println("hello");
> System.out.println("hello");
> System.out.println("hello");
> System.out.println("hello");
> }
> }
>
> I hit "continue" and get the following in the ttt(1) I/O window
> (actually "step over" does the same thing):
>
> hello
> hello
> hello
> hello
>
> Process ttt(1) I/O exited abnormally with code 256
>
> In the process window I get:
>
> *** Debugger Output for Process ttt(1) ***
>
> vm started...
> All threads suspended...
> Launching vm to run ttt
> Running ttt.
> ttt process ended.
> Input error; application I/O closed
> Application I/O closed
> Application I/O closed
> vm disconnected...
>
>
>
>