资 源 简 介
flash-debugger
/*
Author: slamdunkinpool@yahoo.com
Author blog: http://tech4computer.wordpress.com/
Project hosted at: http://code.google.com/p/flash-debugger/
Flash Debugger was created for my own Flash projects. At that time nothing
like this was available. Its a simple cross platform tool and does its
purpose well.
Few years back this utility was available for download from my own server
for free but then my server down and I forgot all about it. Hopefully it
will stay here for long time on Google Code.
This is very helpful tool to print trace() like output at
runtime from movies playing in browser. This is a lightweight
debugger.
Always run flashDebugger.jar before starting flash movie. You can run it
by double-clicking over it or from command line issuing following
command.
java -jar flashDebugger.jar
There is a "test flash debugger" example flash movie included