[Tutorial] Setting up PhpStorm with XAMPP and Xdebug
Greetings,
I just discovered PhpStorm a few days ago, and have been hooked ever since. After spending a few days struggling to get the debug function working, I finally got it down to somewhat of a science. I never got the "no config debugging" working - so this process involves working out of a localhost folder, and accessing the php.exe directly.
In case it helps anyone else, I decided to write a tutorial on all of the steps, from start to finish. Just for kicks, I also explain the process for Netbeans, but make special note that PhpStorm is preferred :)
http://producerism.com/blog/debugging-php-with-phpstorm-and-netbeans/
请先登录再写评论。
Hello producerism,
Thanks for sharing!
Also you can also find useful information about configuration and usage of remote debug in PhpStorm here:
http://confluence.jetbrains.net/display/WI/Documentation
http://blogs.jetbrains.com/webide/2011/03/configure-php-debugging-in-phpstorm-2-0/
http://blogs.jetbrains.com/webide/2011/02/zero-configuration-debugging-with-xdebug-and-phpstorm-2-0/