Extension SDK

oracle.ide.runner
Interface Debugger


public interface Debugger

The Debugger class provides methods that interact with the debugger.


Method Summary
 ContextMenu getContextMenu()
          Returns the ContextMenu that the debugger uses in debugger windows.
 javax.swing.JMenu getDebugMenu()
          Returns the Debug menu that the debugger has added to the main menu bar.
 

Method Detail

getDebugMenu

public javax.swing.JMenu getDebugMenu()
Returns the Debug menu that the debugger has added to the main menu bar.

Returns:
the Debug menu

getContextMenu

public ContextMenu getContextMenu()
Returns the ContextMenu that the debugger uses in debugger windows.

Returns:
the debugger context menu

Extension SDK

 

Copyright ©1997, 2003, Oracle. All rights reserved.