MCPcopy Create free account
hub / github.com/AppleWin/AppleWin / CmdBreakpointDisable

Function CmdBreakpointDisable

source/Debugger/Debug.cpp:1974–1985  ·  view source on GitHub ↗

===========================================================================

Source from the content-addressed store, hash-verified

1972
1973//===========================================================================
1974Update_t CmdBreakpointDisable (int nArgs)
1975{
1976 if (! g_nBreakpoints)
1977 return _BP_InfoNone();
1978
1979 if (! nArgs)
1980 return Help_Arg_1( CMD_BREAKPOINT_DISABLE );
1981
1982 _BWZ_EnableDisableViaArgs( nArgs, g_aBreakpoints, MAX_BREAKPOINTS, false );
1983
1984 return UPDATE_BREAKPOINTS;
1985}
1986
1987//===========================================================================
1988Update_t CmdBreakpointEdit (int nArgs)

Callers

nothing calls this directly

Calls 3

_BP_InfoNoneFunction · 0.85
Help_Arg_1Function · 0.85

Tested by

no test coverage detected