JavaScript Development Tools
Release 3.2

org.eclipse.wst.jsdt.debug.rhino.debugger
Class RhinoDebugger

java.lang.Object
  extended by org.eclipse.wst.jsdt.debug.rhino.debugger.RhinoDebugger

public final class RhinoDebugger
extends Object

Rhino debugger

Since:
1.0

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

RhinoDebugger

public RhinoDebugger(String configString)
This constructor will only accept a transport argument of socket. I.e. transport=socket.

Parameters:
configString - the configuration string, for example: transport=socket,suspend=y,address=9000
Method Detail

start

public void start()
           throws Exception
Starts the debugger

Throws:
Exception - if the debugger could not start

stop

public void stop()
          throws Exception
Stops the debugger

Throws:
Exception

contextCreated

public void contextCreated(Context context)

contextReleased

public void contextReleased(Context context)

JavaScript Development Tools
Release 3.2

Copyright (c) IBM Corp. and others 2000, 2010. All Rights Reserved.