public final class RhinoDebugger
extends java.lang.Object
Constructor and Description |
---|
RhinoDebugger(java.lang.String configString)
This constructor will only accept a
transport argument
of socket . |
Modifier and Type | Method and Description |
---|---|
void |
contextCreated(Context context) |
void |
contextReleased(Context context) |
void |
start()
Starts the debugger
|
void |
stop()
Stops the debugger
|
public RhinoDebugger(java.lang.String configString)
transport
argument
of socket
. I.e. transport=socket
.configString
- the configuration string, for example: transport=socket,suspend=y,address=9000
public void start() throws java.lang.Exception
java.lang.Exception
- if the debugger could not startpublic void stop() throws java.lang.Exception
java.lang.Exception
public void contextCreated(Context context)
public void contextReleased(Context context)
Copyright (c) IBM Corp. and others 2000, 2016. All Rights Reserved.