Tagged Questions
0
votes
1answer
72 views
How to debug Flash IDE AIR 3.4 Desktop App with FlashDevelop?
Debugging a normal Flash IDE project from FlashDevelop is as simple as clicking the debug/play button.
Debugging an AIR Flash IDE project from FlashDevelop isn't working. What settings might I need ...
0
votes
2answers
59 views
how to use Always Compile in flashdevelop
Where is this option? how to set the Main.as as Always Compile? The breakpoints and step by step function not work for me...
1
vote
1answer
209 views
Using the FlashDevelop debugger with .fla, Actionscript 2, and Flash Professional 5.5
I have a flash project that consists of a .fla and a number of associated AS2 code files.
I'm new to Actionscript and Flash development in general but I'm trying to ramp up and setup a convenient ...
0
votes
0answers
210 views
how to configure debug mode on Flash Air project in FD4
anybody can show me how to configure debug mode on a Flash air project on FlashDevelop 4.0.0 RTM. My project did run well on flash player before and it can debug there. But to use other feature which ...
2
votes
3answers
790 views
Flashdevelop debugger issue
Like the official site and this thread (Flashdevelop haxe (flash) debugger) says, FlashDevelop comes with a debugger. But it doesn't always work for me.
I switched to FlashDevelop from CS and at ...
5
votes
3answers
480 views
Close Flash Player from FlashDevelop IDE
Whenever I compile my project using FlashDevelop in 'Debug' the Flash Player window remains after I have clicked the 'Stop' button in Flash Develop. I have to then switch over to the flash player, ...
0
votes
1answer
144 views
Why does my Actionscript 3 program randomly get stuck in an infinite loop?
mBlocks is a 2-dimensional array of Block objects. Every time my application runs, it runs the InitGridNumbers function. Sometimes, it will get stuck in an infinite loop. Other times, it builds and ...