Package org.teavm.debugging.javascript
Interface JavaScriptDebugger
public interface JavaScriptDebugger
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addListener(JavaScriptDebuggerListener listener)
continueToLocation(JavaScriptLocation location)
createBreakpoint(JavaScriptLocation location)
void
detach()
boolean
boolean
void
removeListener(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
-