[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools] Debugging under VA Java

With prior VA Java versions of the Eclipse drivers, I was able to use VA
Java source level debug features to set breakpoints etc. in my plugin
classes. With the latest 0.043 driver, it appears that none of the
breakpoints I'm setting in VA Java are being triggered. I'm guessing this
is due to the Eclipse plugin class loader being used to load my plugin
classes which is fine since that's how the plugin will be loaded normallly
at runtime, but it was nice to be able to use VA Java's debugger during
development.

Is there any way to run the workbench in a mode where debugging will work
in VA Java?