Remote debugging of OJVM [message #145577] |
Wed, 25 February 2004 18:06  |
Eclipse User |
|
|
|
Has anyone used Eclipse to debug programs running in oracle's OJVM? The
OJVM is started with this command line:
java.exe -ojvm -XXdebug,detached,port4000,quiet
I know how to change the command-line startup to use the "Classic" JVM
instead of the OJVM and connect to it. In this case, changing the OJVM
statup parameters is not an option.
Any ideas on how to configure Eclipse to debug this?
Thanks,
SBliss
|
|
|
Re: Remote debugging of OJVM [message #146110 is a reply to message #145577] |
Fri, 27 February 2004 12:15  |
Eclipse User |
|
|
|
S Bliss wrote:
> Has anyone used Eclipse to debug programs running in oracle's OJVM? The
> OJVM is started with this command line:
> java.exe -ojvm -XXdebug,detached,port4000,quiet
> I know how to change the command-line startup to use the "Classic" JVM
> instead of the OJVM and connect to it. In this case, changing the OJVM
> statup parameters is not an option.
> Any ideas on how to configure Eclipse to debug this?
> Thanks,
> SBliss
Oh Rats. Oracle just informed me that OJVM Client does not support any of
the JPDA interfaces. The only way to debug in this situation with Eclipse
is to change the statup parameters of the debugee to something like:
-hotspot -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=400 0
-Xdebug
Oh well.
SBliss
|
|
|
Powered by
FUDForum. Page generated in 0.04823 seconds