开发者

How to make own flash debugger?

开发者 https://www.devze.com 2023-03-25 22:20 出处:网络
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

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

0

精彩评论

暂无评论...
验证码 换一张
取 消