ANEs not unpackaged for debugging when compiling with Animate
See original GitHub issueI have some ANE in native folder in root of my project and my lunch.json is :
"name": "Debug",
"type": "swf",
"program": ".\\Silver-app.xml",
"preLaunchTask": "Adobe Animate: compile debug - Silver.fla",
"request": "launch",
"extdir": ".\\native\\"
but when I debug my project I see this window
Issue Analytics
- State:
- Created 3 years ago
- Comments:9 (6 by maintainers)
Top Results From Across the Web
Debugging ActionScript 3.0 - Adobe Support
When Animate encounters an error in ActionScript code, either during compiling or execution, it reports the error in the Compiler Errors panel.
Read more >asconfigc/ASConfigC.as at master · BowlerHatLLC/asconfigc
//compiling an Animate project is asynchronous, so we must wait ... throw new Error("Error: The unpackage-anes option cannot be set when the air...
Read more >SWF Debugger for Visual Studio Code
The directory where the application's unpackaged native extensions (ANEs) are located. Unpackaged native extensions are unzipped for debugging.
Read more >Why does the animate package often require running (pdf ...
1 Answer 1 ... Re-running the compilation cannot be avoided. animate uses the atenddvi package, which requires at least 2 runs. Also, animate ......
Read more >Chapter 2: Debugging Methods - Micro Focus
Preparing for Animation. Before you use Animator, you must compile your source code, including all called programs. See your User's Guide for complete ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I just released 1.4.0, including this fix.
I’ve determined that the extension is not preparing the ANEs for debugging when building with Animate. I’ll get that fixed.