n

n


lp Index Level off
Syntax n{numbertimes}
Category BASIC Debugger
Type Command
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.
Options
See Also debugger b d e g FlashBASIC
Example *n4

This skips four breakpoint conditions before re-entering debugger.
Warnings The "Flash.routine.name" can only be specified if the program has been optimized through the FlashBASIC compiler (see the "o" option under the "compile" command). When a "Flash.routine.name" is specified, the corresponding debugger command is executed against the specified routine. The ":" (colon) separating the "Flash.routine.name" and the debugger command is required.
Compatibility D3 7.0 AP R83 AP 6.0 FlashBASIC
lp Index Level off