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

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

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

To

Reality

Version

Topic

Submitted by

Company

Location

Email address

Comment

 

 

CP

Toggles 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.1 (MoTW) Revision 7Comment on this topic