[vox-tech] Java Debugging
Ken Herron
vox-tech@lists.lugod.org
Mon, 19 Jan 2004 11:10:05 -0800
--On Monday, January 19, 2004 10:24:12 AM -0800 Ken Bloom
<kabloom@ucdavis.edu> 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