public class DebuggerAdapter extends Object implements org.htmlunit.corejs.javascript.debug.Debugger
Constructor and Description |
---|
DebuggerAdapter() |
Modifier and Type | Method and Description |
---|---|
org.htmlunit.corejs.javascript.debug.DebugFrame |
getFrame(org.htmlunit.corejs.javascript.Context cx,
org.htmlunit.corejs.javascript.debug.DebuggableScript fnOrScript) |
void |
handleCompilationDone(org.htmlunit.corejs.javascript.Context cx,
org.htmlunit.corejs.javascript.debug.DebuggableScript functionOrScript,
String source) |
public void handleCompilationDone(org.htmlunit.corejs.javascript.Context cx, org.htmlunit.corejs.javascript.debug.DebuggableScript functionOrScript, String source)
handleCompilationDone
in interface org.htmlunit.corejs.javascript.debug.Debugger
public org.htmlunit.corejs.javascript.debug.DebugFrame getFrame(org.htmlunit.corejs.javascript.Context cx, org.htmlunit.corejs.javascript.debug.DebuggableScript fnOrScript)
getFrame
in interface org.htmlunit.corejs.javascript.debug.Debugger
Copyright © 2002–2024 Gargoyle Software Inc.. All rights reserved.