|
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.RhinoDebugger
public final class RhinoDebugger
Rhino debugger
Constructor Summary | |
---|---|
RhinoDebugger(String configString)
This constructor will only accept a transport argument
of socket . |
Method Summary | |
---|---|
void |
contextCreated(Context context)
|
void |
contextReleased(Context context)
|
void |
start()
Starts the debugger |
void |
stop()
Stops the debugger |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RhinoDebugger(String configString)
transport
argument
of socket
. I.e. transport=socket
.
configString
- the configuration string, for example: transport=socket,suspend=y,address=9000
Method Detail |
---|
public void start() throws Exception
Exception
- if the debugger could not startpublic void stop() throws Exception
Exception
public void contextCreated(Context context)
public void contextReleased(Context context)
|
JavaScript Development Tools Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |