basic.debugger.g

Command/BASIC: Debugger, Releases:

Resumes execution or 'goes to' specific line number.

Syntax

g{line.number}

Description

resumes execution of a program after it has been interrupted by the execution of a FlashBASIC or Pick/BASIC debug statement or by typing the break key or esc-level key.

The optional line number is only valid for programs compiled by the native compiler (unflashed) with eol (end-of-line) characters. The 'g' command will not resume execution after an error condition.

See Also

Command Name Type Description
basic.debugger.overview Introductory facilitates the debugging of new Pick/BASIC programs and the maintenance of existing Pick/BASIC programs.
basic.debugger.n Command Executes through 'n' breakpoints before stopping.
basic.debugger.off Command Terminates program and logs process off.
basic.debugger.end Command Ends program execution.
basic.debug Statement Invokes Pick/BASIC debugger.
basic.debugger.c Command Toggles source line display feature.
basic.debugger.e Command Sets number of instructions to execute before entering debugger.

User Comments

What do you think?

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

Login to leave your comments.