This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

View | Details | Raw Unified | Return to bug 218933
Collapse All | Expand All

(-)a/api.debugger/src/org/netbeans/api/debugger/ActionsManager.java (+3 lines)
Lines 111-116 Link Here
111
111
112
    /** Action constant for Toggle Breakpoint Action. */
112
    /** Action constant for Toggle Breakpoint Action. */
113
    public static final Object              ACTION_TOGGLE_BREAKPOINT = "toggleBreakpoint";
113
    public static final Object              ACTION_TOGGLE_BREAKPOINT = "toggleBreakpoint";
114
115
    /** Action constant for Disable Breakpoint Action. */
116
    public static final Object              ACTION_DISABLE_BREAKPOINT = "disableBreakpoint";
114
    
117
    
115
    /** Action constant for New Watch Action.
118
    /** Action constant for New Watch Action.
116
     * @since 1.24 */
119
     * @since 1.24 */

Return to bug 218933