The flash.debugger allows you to halt the debugger as if you had used the debugger to put a breakpoint at that line of code.
| Function | Description | |
|---|---|---|
| enterDebugger |
Causes the player to halt in the debugger at the line of code that has the
call to enterDebugger(), the same as if you had used the debugger to put a
breakpoint at that line of code. |