|
JavaScript Development Tools Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.wst.jsdt.debug.rhino.debugger.shell.DebugShell
public final class DebugShell
Entry point for launching a Rhino debugger
Field Summary | |
---|---|
static java.lang.String |
ARG_PORT
Constant representing the port argument Value is: -port |
static java.lang.String |
ARG_SUSPEND
Constant representing the suspend argument Value is: -suspend |
static java.lang.String |
ARG_TRACE
Constant representing the trace argument Value is: -trace |
static java.lang.String |
DEFAULT_PORT
Constant representing the default port Value is: 9888 |
Constructor Summary | |
---|---|
DebugShell()
|
Method Summary | |
---|---|
static boolean |
isSuspend(java.lang.String arg)
Returns if the given argument should suspend |
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String DEFAULT_PORT
9888
public static final java.lang.String ARG_TRACE
-trace
public static final java.lang.String ARG_SUSPEND
-suspend
public static final java.lang.String ARG_PORT
-port
Constructor Detail |
---|
public DebugShell()
Method Detail |
---|
public static void main(java.lang.String[] args)
public static boolean isSuspend(java.lang.String arg)
arg
-
true
if the argument is "true" or "y"
|
JavaScript Development Tools Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |