DataBasic Reference > The Debugger > Summary of Debugger Commands > ME

Comment on this topic

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

ME command (DataBasic debugger) (M618706+ME.htm)

To

Reality

Version

Topic

Submitted by

Company

Location

Email address

Comment

 

 

ME

Causes the debugger to be entered on entry to the start of a named code module, by adding the module to the list of monitored modules.

Syntax

ME {module_name}

Syntax Elements

module-name The name of a code module; if none is specified, the current code module is assumed.

Operation

The module name and the monitor type (E) are added to a list of monitored modules. If the module is not already present in the list, the command returns Added. If the module is already present but with a different stop directive, the command returns Changed.

If the module is already present in the list with the E monitor type, the command does nothing.

Thereafter, at run time, the debugger is entered:

Comments

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.

RealityV15.1 (MoTW) Revision 7Comment on this topic