Package jadx.gui.device.debugger
Interface SmaliDebugger.SuspendListener
-
- All Known Implementing Classes:
DebugController
- Enclosing class:
- SmaliDebugger
public static interface SmaliDebugger.SuspendListenerListener for breakpoint, watch, step, etc.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonSuspendEvent(SuspendInfo current)For step, breakpoint, watchpoint, and any other events that suspend the JVM.
-
-
-
Method Detail
-
onSuspendEvent
void onSuspendEvent(SuspendInfo current)
For step, breakpoint, watchpoint, and any other events that suspend the JVM. This method will be called in stateListenQueue.
-
-