diff --git a/api.debugger/src/org/netbeans/api/debugger/ActionsManager.java b/api.debugger/src/org/netbeans/api/debugger/ActionsManager.java --- a/api.debugger/src/org/netbeans/api/debugger/ActionsManager.java +++ b/api.debugger/src/org/netbeans/api/debugger/ActionsManager.java @@ -111,6 +111,9 @@ /** Action constant for Toggle Breakpoint Action. */ public static final Object ACTION_TOGGLE_BREAKPOINT = "toggleBreakpoint"; + + /** Action constant for Disable Breakpoint Action. */ + public static final Object ACTION_DISABLE_BREAKPOINT = "disableBreakpoint"; /** Action constant for New Watch Action. * @since 1.24 */