Package jisd.debug
JISD's core package.
-
Class Summary Class Description BreakPoint Manages a breakpoint or a watchpoint.Debugger The JISDLab's main debugger.DebugResult Debug results which contains observed values.JDIManager Manages a target VM with JDI.Location A point within the executing code of the target VM.Point Provides an observation point.ProbeJManager Manages a target VM with ProbeJ.ProbePoint Manages a probepoint.Utility Provides debug utility.VMManager Manage a target VM. -
Exception Summary Exception Description VMAlreadyStartedException Thrown to indicate a target VM is already started.VMNotSuspendedException Thrown to indicate a target VM is not suspended.