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.

Reality V15.2 Online Documentation (MoTW) Revision 3

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

To

Reality

Version

Topic

Submitted by

Company

Location

Email address

Comment

 

 

CS

Displays the stack of PERFORM levels, their command, and data.

Syntax

CS

Display

Each PERFORM level is shown within braces, the command being run at that level in single quotes, and any data being passed between PERFORM levels shown below the command.

Comment

See child context (DCC) and parent content (DPC) commands for toggling context-level debugging.

Example

{2}*CS
{2} 'PROG3'
{1} 'RUN BP PROG2'
        'TEST DATA'
{0} 'PROG1'

RealityV15.2Revision 3Comment on this topic