basic.debugger.n

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

Executes through 'n' breakpoints before stopping.

Syntax

n{numbertimes}

Description

ignores any debugger breakpoint conditions for a specific number of occurrences.

If 'number.times' is not specified, the program executes through one breakpoint, then stops.

Example

*n4

This skips four breakpoint conditions before re-entering debugger.

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.b Command Sets breakpoint condition.
basic.debugger.d Command Displays trace and break table.
basic.debugger.e Command Sets number of instructions to execute before entering debugger.
basic.debugger.g Command Resumes execution or 'goes to' specific line number.
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.