Hi,

        I don't think there is a full JPDA or JVMDI implementation on Linux.  This
means that you can act as a JDPA client from Linux (i.e. debug a virtual
machine on windows from Linux), but you can not do it the other way around.
This includes using JDB against an application running on Linux.

Sorry for the bad news.  I'd be very happy if I was contradicted.

Zack

> -----Original Message-----
> From: noisebrain [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, April 13, 2000 10:42 PM
> To: [EMAIL PROTECTED]
> Cc: [EMAIL PROTECTED]
> Subject: jdb tips?
>
>
> Hello,
>
> i'm trying jdb for the first time and am having difficulties.
>
> Using sun/inprise/blackdown 1.2.2(feb version) I run my app with
>     -Xdebug -Djava.compiler=NONE -Xbootclasspath:...
> and it prints out e.g.
>     Agent password=3i5347
>
> The jdb tool doc says that I can then run
>     jdb -host <host> -password <password>
> but jdb itself says it does not recognize -host.   Jdb's usage message
> says it recognizes
>     -connect <connector-name>:<name1>=<value1>,.
> or
>     -attach <address>
> but the html doc doesn't describe what <address> or <connector-name> are.
>
> Thanks for any help
>
>
>
>
> ----------------------------------------------------------------------
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
>


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to