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

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

P command (DataBasic debugger) (m618706+p.htm)

To

Reality

Version

Topic

Submitted by

Company

Location

Email address

Comment

 

 

P

Suppresses all output from the DataBasic program to the terminal, so that only output from the DataBasic debugger is displayed.

Syntax

P

Operation

Each time you issue the P command, it toggles the status. The word On  or Off is displayed next to the P command to let you know what the current status is. Off  indicates that program output is suppressed, while On means that it displays.

Example

*P Off

Suppresses program terminal output until another P command is issued.

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