Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-debug-dev] JDK 1.4, HotSwap debugging

Sun JDK 1.4 supports a feature called "HotSwap"

HotSwap is a part of Sun's JPDA

Which Eclipse classes implement HotSwap debugging?

I found these classes:

org.eclipse.jdt.debug.core.IJavaHotCodeReplaceListener
org.eclipse.jdt.debug.core.IJavaStackFrame

org.eclipse.jdt.internal.debug.core.hcr
org.eclipse.jdt.internal.debug.core.hcr.JavaHotCodeReplaceManager


Are there other classes in Eclipse that are part of
the HotSwap implementation?

Does HotSwap work very well in JDK 1.4?

-Sean




Back to the top