Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
SV: [equinox-dev] Debug a bundle in Eclipse

Sure,
If you're running e.g. Sun's JVM you can remotely debug an Equiniox framework by using JDWP. Please see http://java.sun.com/javase/6/docs/technotes/guides/jpda/conninv.html for details on the parameters needed to launch the JVM and how to connect to it. 
 
>From within Eclipse select "Run -> Debug ..." to open the launch configuration dialog. Then select "Remote Java Application" and right click. Select New and fill out the necessary connection details.... you'll also need to select at least one project whose source code you want to debug. 
 
 
HTH
 
Robert

________________________________

Från: equinox-dev-bounces@xxxxxxxxxxx genom António Mota
Skickat: ti 2007-10-09 19:46
Till: equinox-dev@xxxxxxxxxxx
Ämne: [equinox-dev] Debug a bundle in Eclipse


Is there a way to debug a OSGi bundle running under Equinox in the Eclipse UI?

Thxs.

<<winmail.dat>>


Back to the top