Documentation Comments
Use this form to comment on this topic. You can also provide any general observations about the Online Documentation, or request that additional information be added in a future release.
RealityV15.1Online Documentation (MoTW) Revision 7
MD command (DataBasic debugger) (M618706+MD.htm)
Removes monitoring for a named code module, or all code modules, by deleting them from the list of monitored modules.
MD {module_name|*}
module-name The name of a code module; if none is specified, the current code module is assumed.
* All code modules in the monitored list.
The named module (if present), or all modules, are removed from the list and the command returns Removed
.
If the list is already empty or the named module is not present, the command does nothing.
The MA, ME, MR and MD commands are a separately licensed feature of NPS Reality.
A code module can be any single DataBasic code item; that is, a program, an external subroutine or an external function.
The monitored list can contain any number of modules, but the longer the list the greater the potential performance impact.
The monitored list is unique to a single context and is reset on return to TCL.