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

Function CmdWatchDisable

source/Debugger/Debug.cpp:7440–7451  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

7438
7439//===========================================================================
7440Update_t CmdWatchDisable (int nArgs)
7441{
7442 if (! g_nWatches)
7443 return ConsoleDisplayError("There are no watches defined.");
7444
7445 if (!nArgs)
7446 return Help_Arg_1( CMD_WATCH_DISABLE );
7447
7448 _BWZ_EnableDisableViaArgs( nArgs, g_aWatches, MAX_WATCHES, false );
7449
7450 return UPDATE_WATCH;
7451}
7452
7453//===========================================================================
7454Update_t CmdWatchEnable (int nArgs)

Callers

nothing calls this directly

Calls 3

ConsoleDisplayErrorFunction · 0.85
Help_Arg_1Function · 0.85

Tested by

no test coverage detected