public class DebugFrameAdapter extends Object implements org.htmlunit.corejs.javascript.debug.DebugFrame
Constructor and Description |
---|
DebugFrameAdapter() |
Modifier and Type | Method and Description |
---|---|
void |
onDebuggerStatement(org.htmlunit.corejs.javascript.Context cx) |
void |
onEnter(org.htmlunit.corejs.javascript.Context cx,
org.htmlunit.corejs.javascript.Scriptable activation,
org.htmlunit.corejs.javascript.Scriptable thisObj,
Object[] args) |
void |
onExceptionThrown(org.htmlunit.corejs.javascript.Context cx,
Throwable ex) |
void |
onExit(org.htmlunit.corejs.javascript.Context cx,
boolean byThrow,
Object resultOrException) |
void |
onLineChange(org.htmlunit.corejs.javascript.Context cx,
int lineNumber) |
public void onDebuggerStatement(org.htmlunit.corejs.javascript.Context cx)
onDebuggerStatement
in interface org.htmlunit.corejs.javascript.debug.DebugFrame
public void onEnter(org.htmlunit.corejs.javascript.Context cx, org.htmlunit.corejs.javascript.Scriptable activation, org.htmlunit.corejs.javascript.Scriptable thisObj, Object[] args)
onEnter
in interface org.htmlunit.corejs.javascript.debug.DebugFrame
public void onExceptionThrown(org.htmlunit.corejs.javascript.Context cx, Throwable ex)
onExceptionThrown
in interface org.htmlunit.corejs.javascript.debug.DebugFrame
public void onExit(org.htmlunit.corejs.javascript.Context cx, boolean byThrow, Object resultOrException)
onExit
in interface org.htmlunit.corejs.javascript.debug.DebugFrame
public void onLineChange(org.htmlunit.corejs.javascript.Context cx, int lineNumber)
onLineChange
in interface org.htmlunit.corejs.javascript.debug.DebugFrame
Copyright © 2002–2024 Gargoyle Software Inc.. All rights reserved.