BowlerHatLLC / vscode-as3mxml

ActionScript & MXML language extension for Visual Studio Code. Develop apps for Adobe AIR, Adobe Flash Player, or Apache Royale.
https://as3mxml.com/
Apache License 2.0
257 stars 39 forks source link

How to use ActionScript to determine if my app is debugging via VSCode + AS3MXML extension? #756

Closed ylazy closed 2 months ago

ylazy commented 2 months ago

Hi!

I'm building a lib that need to know whether my app is debugging via VSCode and trace commands are output to the VSCode's Debug Console? I can't find a perfect way to detect this. Any ideas?

Thank you!