Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Re: question on jpda and eclipse debug architecture
Re: question on jpda and eclipse debug architecture [message #78718] Tue, 22 July 2003 14:49
Eclipse UserFriend
The Java debug model uses an implementation of JDI (included in Eclispe), to
communicate with a target VM. If the JDI client exposes what you need, you
may be able to use it for your needs. See the JDI spec online at:
http://java.sun.com/j2se/1.4.1/docs/guide/jpda/jdi/index.htm l.

The JDI client is currently packaged with the Java debug model
(org.eclipse.jdt.debug) - but it can be used standalone.

Darin

"McAdams Software" <McAdamsSoft@netscape.net> wrote in message
news:3F1C38C9.8000704@netscape.net...
> hello,
> my plugin will need to use some of the functionality in jpda (jvmdi
> specifically) and I am not sure from the eclipse documentation how all
> the jpda functionality is actually available through eclipse interfaces
> (if in fact it is).
>
> This from the online eclipse doc:
> > The package org.eclipse.jdt.debug.core supports a Java debug model
> > based on JDI/JDWP that can be used for controlling a Java program
> under debug.
>
> How would one invoke
> > jvmdiError
> > GetBytecodes(jclass clazz, jmethodID method, jint *bytecodeCountPtr,
> > jbyte **bytecodesPtr)
> (which is in JPDA/JVMDI)
> through what's available in org.eclipse.jdt.debug.core ? I don't see
> anything corresponding to this.
> thanks
> M. McAdams
> --
>
Previous Topic:Re: Debug timeout
Next Topic:Re: Old posts to this group?
Goto Forum:
  


Current Time: Thu May 15 13:21:05 EDT 2025

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

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

Back to the top