[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools] Re: Debugging under VA Java
|
You're right, this would be very much less than optimal. I'm curious to see
why you are having this problem. It works for us/me. The class loading
should not affect debug capabilities. A few questions/things to look for:
- Did you get the VAJ drop from the Eclipse web site and just use that or
did you try to load up another VAJ install?
- Have you changed anything else?
- Can you use breakpoints in regular Java code?
- sorry for the low-bar approach but are you sure that breakpoints are
enabled?
Jeff
"Rick Stevens" <rstevens@xxxxxxxxxx> wrote in message
news:9bh8t7$8pt$1@xxxxxxxxxxxxxxxx
> 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?
>