public interface DebuggerListener
| Modifier and Type | Method and Description |
|---|---|
void |
attached() |
void |
breakpointStatusChanged(Breakpoint breakpoint) |
void |
detached() |
void |
paused() |
void |
resumed() |
void resumed()
void paused()
void breakpointStatusChanged(Breakpoint breakpoint)
void attached()
void detached()
Copyright © 2015. All rights reserved.