Skip to content
Discussion options

You must be logged in to vote

It was intended by design. However, in all my years of working on AIR apps, I've never worked on one that cannot run smoothly in debug. I've heard that debug builds can be a bit slower, but the slowdown has always seemed insignificant or undetectable in my experience.

In most cases, release builds should not unpackage ANEs, so I'm not sure the best way to make it an option.

do you think that unpacking it in .as3mxml-unpackaged-anes via an external script during the build task could work?

Yes, I think that would work. If vscode-swf-debug doesn't detect the .as3mxml-unpackaged-anes directory automatically, you can specify the directory in the extdir field of your launch.json configuration…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@Adolio
Comment options

@joshtynjala
Comment options

Answer selected by Adolio
@Adolio
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants