org.openide.cookies
Interface DebuggerCookie

All Superinterfaces:
Node.Cookie
All Known Implementing Classes:
ExecSupport

public interface DebuggerCookie
extends Node.Cookie

Cookie for debugger. Any data object or node that supports debugging can implement this cookie.


Method Summary
 void debug(boolean stopOnMain)
          Start debugging of associated object.
 

Method Detail

debug

public void debug(boolean stopOnMain)
           throws DebuggerException
Start debugging of associated object.
Parameters:
stopOnMain - if true, debugger stops on the first line of debugged code
Throws:
DebuggerException - if the session cannot be started


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