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)
Displays the stack of PERFORM levels, their command, and data.
CS
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.
See child context (DCC) and parent content (DPC) commands for toggling context-level debugging.
{2}*CS
{2} 'PROG3'
{1} 'RUN BP PROG2'
'TEST DATA'
{0} 'PROG1'