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.
Debugging a PHP application if often more difficult than debugging an application in some other programming language. There are two reasons for this. First, a PHP application rarely consists of only PHP code. (Note that we are discussing here the typical use of PHP in a Web application.
You can debug PHP using one of many debugging tools to attach a debugger client. PhpStorm works with debug utilities like Xdebug and ZendDebugger.
I always liked Zend Studio for debugging amongst other things.
You can also download the zend debugger individually as an eclipse plugin from http://www.zend.com/en/community/pdt
You can, in Ubuntu always get the latest stable Xdebug with:
sudo pecl install Xdebug
You may also need to install the build-essential
on Ubuntu if you've not already done it.
sudo apt-get install build-essential
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With