basic.debugger.c

Command/BASIC: Debugger, Releases: AP and AP 6.0 FlashBASIC

Toggles source line display feature.

Syntax

c

Description

toggles on or off the display of the current source line when stepping through the program with <ctrl>+j. When this function is on, the line is displayed AFTER it has been executed.

The 'c!' form of the command is only available with FlashBASIC. It is identical to the 'c' command, except that it displays the source line BEFORE it has been executed. (AP 6.0 FlashBASIC only).

See Also

Command Name Type Description
basic.debugger.l Command Lists program source line(s).
basic.debugger.g Command Resumes execution or 'goes to' specific line number.
basic.debugger.overview Introductory facilitates the debugging of new Pick/BASIC programs and the maintenance of existing Pick/BASIC programs.
basic.debugger.e Command Sets number of instructions to execute before entering debugger.
basic.debugger.z Command Establishes location of source program.
flash.basic Definition converts Pick/BASIC source code into a list of binary instructions called object code.

User Comments

What do you think?

Share your experience or ask a question by using the form below.

Login to leave your comments.