--On Monday, January 19, 2004 10:24:12 AM -0800 Ken Bloom <[EMAIL PROTECTED]> wrote:

What program does one use to debug a Java program that takes data from
the standard input? I tried the jdb (included with j2sdk1.4), and it
doesn't seem to support taking data from the standard input.

I don't have any experience with java debuggers, but the man page for jdb describes how to launch your program in one jvm, then attach a jdb process to it. It would seem that this is the way to go.


--
Ken Herron
_______________________________________________
vox-tech mailing list
[EMAIL PROTECTED]
http://lists.lugod.org/mailman/listinfo/vox-tech

Reply via email to