Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在 Sublime text 2 中使用 Xdebug,我已经安装了 Xdebug 包,接下来我该怎么做?我还安装了 Xdebug 作为 PHP 模块并且它工作正常,因为我可以通过我的 Komodo IDE 进行调试。
你可以试试这个插件
https://github.com/Kindari/SublimeXdebug
虽然没有时间自己测试
如果你这样做,很高兴报告你的经历
您需要下载用于 sublime 文本的 xdebug 插件,这可以在 sublime 文本的包管理器的帮助下轻松完成。
之后 - Shift+f8:打开 XDebug 快速面板 - f8:连接调试器时打开 XDebug 控制快速面板 - Ctrl+f8:切换断点 - Ctrl+Shift+f5:运行到下一个断点 - Ctrl+Shift+f6:跳过 - Ctrl+Shift+f7:进入 - Ctrl+Shift+f8:退出
Shift+f8
f8
Ctrl+f8
Ctrl+Shift+f5
Ctrl+Shift+f6
Ctrl+Shift+f7
Ctrl+Shift+f8