Uses of Class
org.jvnet.hudson.test.rhino.JavaScriptDebugger
Package
Description
Test harness for Jenkins and its plugins.
Code to interface with Rhino the JavaScript engine.
-
Uses of JavaScriptDebugger in org.jvnet.hudson.test
Modifier and TypeFieldDescriptionprotected JavaScriptDebugger
HudsonTestCase.jsDebugger
Deprecated.JavaScript "debugger" that provides you information about the JavaScript call stack and the current values of the local variables in those stack frame.protected JavaScriptDebugger
JenkinsRule.jsDebugger
JavaScript "debugger" that provides you information about the JavaScript call stack and the current values of the local variables in those stack frame. -
Uses of JavaScriptDebugger in org.jvnet.hudson.test.rhino
Modifier and TypeFieldDescriptionfinal JavaScriptDebugger
CallStackFrame.owner
JavaScriptDebugger
that this stack frame lives in.ModifierConstructorDescriptionCallStackFrame
(JavaScriptDebugger owner, org.htmlunit.corejs.javascript.debug.DebuggableScript fnOrScript)