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