在哪里可以找到最新版本的 Zend 调试协议?
我对使用 Zend 调试器很感兴趣。 关于 Zend 调试协议的最新且唯一的文档似乎是这个 http://www.eclipse.org/pdt/documents/PDT%20-%20Debug%20Protocol.pdf 2006 年的文档。Aptana 和 PDT 正在使用 Zend 调试协议,或者至少将其作为一个选项。 知道在哪里可以找到该文件的更新版本或可以在其中阅读有关调试协议的另一个文件吗? 任何提示都会很棒
I am interessted in using the Zend Debugger. The newest and only document about the Zend Debug Protocol seems to be this http://www.eclipse.org/pdt/documents/PDT%20-%20Debug%20Protocol.pdf document from 2006. Aptana and PDT are using Zend Debug Protocol, or at least have it as an option. Any idea where I can find a more recent version of this file or another file where I can read about the debugging protocol? Any hints would be great
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
恐怕你最好的选择是研究源代码[1,2]。 您可以在 org.eclipse.php.debug.core/src/org /eclipse/php/internal/debug/core/zend/debugger/messages。 祝你好运 :)
i'm afraid your best option is studying the source[1, 2]. you can find the protocol implementation (de/serializations of IDebugRequest/ResponseMessages) in org.eclipse.php.debug.core/src/org/eclipse/php/internal/debug/core/zend/debugger/messages. good luck :)