在哪里可以找到 Flash 调试协议的规范?
在哪里可以找到 Flash/ActionScript 调试协议的规范?我认为该协议是公开的,因为有很多开源调试器;但是,如果不是,我们将非常感谢您提供可供参考的资源列表。
如果您好奇,我正在为 CIL 编译器实现 ActionScript 字节码 (ABC),并且我想通过标准闪存调试器使生成的程序集可调试。
Where can I find a specification for the Flash/ActionScript debugging protocol? I would imagine that the protocol is public, as there are plenty of open source debuggers; however, if it's not, a list of resources to reference would be greatly appreciated.
If you're curious, I'm implementing an ActionScript Bytecode (ABC) to CIL compiler, and I'd like to make the resulting assemblies debuggable via standard flash debuggers.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Open Flash Debugger 项目可能会帮助您。您可能仍然需要进行一些逆向工程,但它描述了调试播放器和调试器之间来回发送的许多调试器消息。
http://osflash.org/ofd
The Open Flash Debugger project might help you out. You might still need to do some reverse engineering, but it describes many of the debugger messages sent back and forth between the debug player and the debugger.
http://osflash.org/ofd