Archive

Posts Tagged ‘flex actionscript’

Conditional breakpoint: enterDebugger()

January 13th, 2008 markledford No comments

Here’s a handy tip I recalled reading about but never really learned to appreciated until recently. You can run the package level function flash.debugger.enterDebugger anywhere in your code to break out into the flex debugger pragmatically. If you’ve ever had to step through the same break point repeatedly in the same debug session you can just throw this in an if statement instead and save some time and frustration.

Categories: Uncategorized Tags: