在哪里可以找到最新版本的 Zend 调试协议?

发布于 2024-07-29 07:50:10 字数 332 浏览 5 评论 0原文

我对使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

兔小萌 2024-08-05 07:50:10

恐怕你最好的选择是研究源代码[12]。 您可以在 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 :)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文