Fabio Colombini
Fabio Colombini

Reputation: 132

Error after build AIR for desktop

Is there a way to debug a application after it´s build? It works perfectly in the IDE (Flash), when I build and execute, it just stop during the execution.

Upvotes: 1

Views: 38

Answers (1)

Cadin
Cadin

Reputation: 4649

If you check the Permit Debugging option in the Publish Settings then you should be able to connect to the Flash debugger while running the app.

When you start the app you should see a message that it's trying to connect to the debugger in Flash go to Debug > Begin Remote Debug Session and it should connect to the app.

Upvotes: 1

Related Questions