Package org.teavm.debugging.javascript
Interface JavaScriptDebugger
public interface JavaScriptDebugger
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddListener(JavaScriptDebuggerListener listener) continueToLocation(JavaScriptLocation location) createBreakpoint(JavaScriptLocation location) voiddetach()booleanbooleanvoidremoveListener(JavaScriptDebuggerListener listener) resume()stepInto()stepOut()stepOver()suspend()
-
Method Details
-
addListener
-
removeListener
-
suspend
-
resume
-
stepInto
-
stepOut
-
stepOver
-
continueToLocation
-
isSuspended
boolean isSuspended() -
isAttached
boolean isAttached() -
detach
void detach() -
getCallStack
JavaScriptCallFrame[] getCallStack() -
createBreakpoint
-