7

I'm using Vista and need to debug PHP, XDebug crashes in Vista, I tried several suggestions but nothing works.

Are there there any other alternative to XDebug that works on Vista and with Eclipse PDT. Easy to install is a plus :-)

Edit: also I have Ubuntu in other PC, so any debugger for Ubuntu will work too. In the package list is a XDebug version but it's very outdated.

4

3 回答 3

2

我一直喜欢Zend Studio进行调试等。

您还可以从http://www.zend.com/en/community/pdt单独下载 zend 调试器作为 Eclipse 插件

于 2009-06-06T02:23:20.883 回答
1

您可以在 Ubuntu 中始终获得最新的稳定 Xdebug:

sudo pecl install Xdebug

build-essential如果您还没有安装它,您可能还需要在 Ubuntu 上安装它。

sudo apt-get install build-essential
于 2009-06-05T23:48:22.460 回答
0

它是如何崩溃的?是在您尝试打开缓存研磨文件时吗?我确实发现 Kcachegrind(在 KDE 上)对 Wincachegrind 更稳定。但那只有当它的分析崩溃了。

就个人而言,我会在另一台机器或虚拟机上使用 Ubuntu 进行开发和调试。

于 2009-06-06T05:07:42.183 回答