public interface JavaScriptDebugger
| Modifier and Type | Method and Description |
|---|---|
void |
addListener(JavaScriptDebuggerListener listener) |
void |
continueToLocation(JavaScriptLocation location) |
JavaScriptBreakpoint |
createBreakpoint(JavaScriptLocation location) |
void |
detach() |
JavaScriptCallFrame[] |
getCallStack() |
boolean |
isAttached() |
boolean |
isSuspended() |
void |
removeListener(JavaScriptDebuggerListener listener) |
void |
resume() |
void |
stepInto() |
void |
stepOut() |
void |
stepOver() |
void |
suspend() |
void addListener(JavaScriptDebuggerListener listener)
void removeListener(JavaScriptDebuggerListener listener)
void suspend()
void resume()
void stepInto()
void stepOut()
void stepOver()
void continueToLocation(JavaScriptLocation location)
boolean isSuspended()
boolean isAttached()
void detach()
JavaScriptCallFrame[] getCallStack()
JavaScriptBreakpoint createBreakpoint(JavaScriptLocation location)
Copyright © 2015. All rights reserved.