gpt4 book ai didi

sublimetext2 - XDebug 在 Window 上的 Sublime Text 2 中不显示堆栈和跟踪

转载 作者:行者123 更新时间:2023-12-04 04:46:44 26 4
gpt4 key购买 nike

我安装了 Sublime Text 2 XDebug 插件,但无论我做什么,堆栈和跟踪 Pane 都是空的。按 shift+f8 后菜单有效。 “添加断点”也有效。但是,每当我选择开始调试时,我都会使用标准调试信息定向到我的浏览器,但 Sublime Text 的 Pane 中什么也没有出现。

我在 Win7 x64 上WAMP 服务器 2.2:PHP 5.4.3 + Apache 2.4.2

我通过 phpinfo() 和 xdebug_is_enabled() 检查并安装并运行了 xdebug。

我当前的配置(bin/apache/[apache...]/bin/php.ini,当然:

zend_extension = "[wamp 路径]/bin/php/php5.4.3/ext/php_xdebug-2.2.0-5.4-vc9-

x86_64.dll"

[xdebug]
xdebug.remote_enable = 1

xdebug.remote_host = localhost
xdebug.remote_port = 9000
xdebug.remote_handler = dbgp
xdebug.remote_autostart = On

;Trace settings
xdebug.auto_trace = On

xdebug.profiler_enable = On
xdebug.profiler_enable_trigger = 1
xdebug.profiler_output_name = cachegrind.out.%t.%p
xdebug.profiler_output_dir = "[wamp path]/wamp/tmp"

请注意扩展的路径是正确的。扩展本身的名称也如上。我检查了这个页面a link但仍然没有。

如有任何帮助,我们将不胜感激。谢谢!

最佳答案

我遇到了同样的问题。我的设置是 Mac 上的 Sublime Text 2。

  • 在 Sublime 中,转到“查看”、“侧边栏”、“显示打开的文件”。
  • 在您的文件中插入一个 XDebug 断点。从浏览器启动调试 session 。
  • 它应该到达断点,断点变为绿色。
  • 注意边栏文件中的 Xdebug Watch、Xdebug Stack、Xdebug Context 和 Xdebug Breakpoint。
  • 打开其中一个,例如 Xdebug Context,您应该会看到一个变量列表。
  • 将此文件的选项卡拖到下面的空白面板之一

瞧!

关于sublimetext2 - XDebug 在 Window 上的 Sublime Text 2 中不显示堆栈和跟踪,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17070818/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com