basic.debugger.g
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
User Comments
What do you think?
Share your experience or ask a question by using the form below.
Login to leave your comments.
