Hi,

I want to know how I can debug a console program using JDK + JDE.
When I use jdb to debug a program which calls System.in.read(),
even though execution reaches read() function, jdb keeps prompting
and I cannot input anything from console. (jdk eats it and output some
error message for it.)

When I debug a similar C program using gdb or dbx, the debugger somehow
give its console input to the debugged program so that I can input
any data by typing when its execution reaches read(). But when debugging a
Java program and using JDK, it does not happen.

I know it is not JDE's own problem, but please help me if you know why.
I am using JDK1.2.2 + JDE2.1.5 on Windows2000.

Thank you.

Ken Umeda

Reply via email to