On 2004.01.19 11:10, Ken Herron wrote:
--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.

I had thought of that, and rejected it because if I piped data to the program then it would have terminated before I could even attach the debugger. Your suggestion made me reconsider that I can just paste the data for standard input after I've attached the debugger. Thanks, this works!

--
I usually have a GPG digital signature included as an attachment.
See http://www.gnupg.org/ for info about these digital signatures.
My key was last signed 10/14/2003. If you use GPG *please* see me about
signing the key. ***** My computer can't give you viruses by email. ***

Attachment: pgp00000.pgp
Description: PGP signature



Reply via email to