Tue 21 Jun 2005
Debugging Flash revisited
Posted by Brian Busche under Flash, web design
No Comments
In an earlier post, I talked about several debuggers that work in the browser. Since Flash can be difficult to debug properly from the IDE, it is imperative that developers trace output while their app is running in a browser, and potentially loaded from the web site.
A recent post at http://broadcast.artificialcolors.com/index.php?m=20040401
shows that Flash ships with a debug player, which can be installed and configured to write output to a file. I tested this out and sure enough, it works. This means that without any thrid party dubugger, you can get the same valuable information that you normally see in the “output” window, but written to a file while the swf runs in the browser of choice.

