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

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

To

Reality

Version

Topic

Submitted by

Company

Location

Email address

Comment

 

 

CP

Toggles switch to enable or disable cursor positioning; it is enabled initially.

Syntax

CP

Operation

If cursor positioning is inhibited the effect is limited to the current context and is re-enabled on exit from the program; that is, when returned to TCL or exiting from a context.

Comment

If cursor positioning is inhibited it is easier to see the linear progression of the debug flow as the cursor is not suddenly repositioned earlier in the screen.

It can also be used to debug incorrect control sequences. If cursor positioning is inhibited a PRINT of a cursor control string does not move the cursor but outputs the sequence with any ESC chars changed to [ chars, and any non-printable characters replaced by a period.

RealityV15.2Revision 3Comment on this topic