How to make own flash debugger?
Could someone explain or provide any links on some info on writing fl开发者_JS百科ash debugger (connecting mechanism, trace)? Thanks.
There are a lot of readily available solutions for you
- Use FireBug for firefox with the Flashbug plugin
- Use ThunderBolt
- Use Flex Console
- Use DemonsterDebugger
- Use Flash Console
If you still want to roll your own
For Flex, you can use the Logging API provided in the Flex framework
Some official docs on the flex logging API: http://help.adobe.com/en_US/flex/using/WS2db454920e96a9e51e63e3d11c0bf69084-7f0f.html
Cheers
DeMonster Debugger is an open source flash debugger, check the source at: demonsterdebugger.com
精彩评论