Uses of Class
org.openide.debugger.DebuggerException

Packages that use DebuggerException
org.openide.cookies Cookies are a design pattern used to add behaviors to existing data object and nodes, or to separate implementation from the main object. 
org.openide.debugger The IDE can support plugged-in implementations of an abstract debugger interface. 
org.openide.loaders DataSystems are the logical layer between a filesystem and the regular functions of the IDE. 
 

Uses of DebuggerException in org.openide.cookies
 

Methods in org.openide.cookies that throw DebuggerException
 void DebuggerCookie.debug(boolean stopOnMain)
          Start debugging of associated object.
 

Uses of DebuggerException in org.openide.debugger
 

Subclasses of DebuggerException in org.openide.debugger
 class DebuggerNotFoundException
          Exception indicating that the debugger itself could not be loaded properly.
 

Methods in org.openide.debugger that throw DebuggerException
abstract  void DebuggerType.startDebugger(ExecInfo info, boolean stopOnMain)
          Should start the debugging of this type.
 void DebuggerType.startDebugger(DataObject obj, boolean stopOnMain)
          Starts debugging for a dataobject.
 void DebuggerType.Default.startDebugger(ExecInfo info, boolean stopOnMain)
           
abstract  void Debugger.startDebugger(DebuggerInfo info)
          Start a new debugging session.
abstract  void Debugger.finishDebugger()
          Finish the debugger session.
abstract  void Debugger.traceInto()
          Trace into (a statement).
abstract  void Debugger.traceOver()
          Trace over (a statement).
abstract  void Debugger.go()
          Go.
abstract  void Debugger.stepOut()
          Step out (of a statement).
abstract  void Watch.setAsText(String value)
          Set the value of the watched variable (as text).
 

Uses of DebuggerException in org.openide.loaders
 

Methods in org.openide.loaders with parameters of type DebuggerException
protected  boolean ExecSupport.debugFailed(DebuggerException ex)
          Called when invocation of the debugger fails.
 

Methods in org.openide.loaders that throw DebuggerException
 void ExecSupport.debug(boolean stopOnMain)
           
 



Built on December 12 2001.  |  Portions Copyright 1997-2001 Sun Microsystems, Inc. All rights reserved.