n command (FlashBASIC Debugger)

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

Syntax

n{number.times}

Parameter(s)

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

Example(s)

Skips four breakpoint conditions before reentering debugger.

*n4
Note: flash.routine.name can only be specified if the program has been optimized through the FlashBASIC compiler. When flash.routine.name is specified, the corresponding debugger command is executed against the specified routine. The colon separating flash.routine.name and the debugger command is required.