Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Remote debugging of OJVM
Remote debugging of OJVM [message #145577] Wed, 25 February 2004 18:06 Go to next message
Eclipse UserFriend
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 Go to previous message
Eclipse UserFriend
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
Previous Topic:Choose java compiler
Next Topic:How do I use shared launch configurations?
Goto Forum:
  


Current Time: Wed Jun 18 10:57:08 EDT 2025

Powered by FUDForum. Page generated in 1.03930 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top