Would it be helpful if someone from Adobe talked about flash.debugger.enterDebugger() publicly? I assume that user mmorearty on the official Adobe forums may be Mike Morearty from the Flex team, and he mentions it in this thread:
https://forums.adobe.com/thread/247021 - Josh On Mon, Jul 31, 2017 at 5:46 PM, Alex Harui <[email protected]> wrote: > I'm still trying to get the ok to use undocumented APIs without violating > the Flash EULA which prohibits reverse-engineering. Could just make it > JS-only for now. > > -Alex > > On 7/31/17, 3:01 PM, "Josh Tynjala" <[email protected]> wrote: > > >If there are no objections in the next 24 hours, I plan to merge my > >"feature/debugger-statement" branch that adds a "debugger" statement to > >ActionScript similar to the one available in JS. > > > >Use of the debugger statement is completely optional, but it's a useful > >way > >to trigger the debugger from code in a cross-platform way. In other words, > >the following code will just work whether you're running the generated JS > >or SWF: > > > >if(x > 100) > >{ > > debugger; > >} > > > >- Josh > >
