Tag Archives: debug

New in 4.0: Easier debugging of remote PHP command line scripts

Many of PhpStorm users like to debug their PHP web applications and local command line scripts using our zero-configuration debugging approach due to its simplicity and comfort. This time we would like to announce that since PhpStorm 4.0 you can … Continue reading

Posted in Announcement | Tagged , , , , , | 2 Comments

Debug command line scripts with PhpStorm 2.1

Hello everybody, Recently, we have been often asked to provide a detailed guide in debugging command line scripts. And finally here you are!

Posted in Tutorial | Tagged , , , , | 8 Comments

New debug features in PhpStorm 2.1

Hello guys, Let’s talk about some new debug features available in PhpStorm 2.1.

Posted in Feature | Tagged , , , , | Leave a comment

Debugging JavaScript in Google Chrome

Both WebStorm 2.0 and PhpStorm 2.0 allow you to debug JavaScript code while running it in Mozilla Firefox (including Firefox 4). In WebStorm 2.1 and PhpStorm 2.1, which are currently in early production access, you can also choose to debug … Continue reading

Posted in Feature | Tagged , , , | 22 Comments

Configuring PHP debugging in PhpStorm 2.0

Introduction In the previous post Zero-configuration debugging with XDebug and PhpStorm 2.0, we discussed setting up debugging automatically. This works perfectly in most cases. However, sometimes you may still need to configure debugging manually. In this article we will explain … Continue reading

Posted in Tutorial | Tagged , , , , | 12 Comments

Zero-configuration debugging with XDebug and PhpStorm 2.0

Hello guys, We have done a lot of work to simplify the debugging process in PhpStorm 2.0 and we are very grateful to our early adopters for their invaluable feedback. Let’s try a new debugging work flow in PhpStorm 2.0.

Posted in Tutorial | Tagged , , | 35 Comments

PhpStorm & WebStorm 2.0 EAP build 102.18

PhpStorm & WebStorm 2.0 EAP build 102.18 is available. Albeit bugfixes in all areas, the most notable changes are: PHP debug run configurations & debugger mapping UI simplified. Debugger made completely independent of deployment plugin. Also, bookmarklets for easy launch … Continue reading

Posted in Announcement | Tagged , , , , | 16 Comments

Remote Debugging in PhpStorm

UPD: Note that this screencast is for 1.0.x only.  Check out tutorial for 2.o. With PhpStorm and Xdebug you can easily debug your web application right on your server using Remote Debugging. It’s a very convenient way to examine and … Continue reading

Posted in Feature | Tagged , , | 6 Comments

Storm of Web IDEs: PhpStorm & WebStorm (EAP build 94.335)

This EAP brings significant updates in many areas. Technical details are available in the bug tracker and the highlights are: New name. JetBrains Web IDE editions receive they own respective names: JetBrains WebStorm and JetBrains PhpStorm. The branding is not … Continue reading

Posted in Announcement | Tagged , , , , , , , , , | 18 Comments

PHP Debugger News

Today we would like to share with you several improvements for PHP debugger we added recently. They are available in the latest Web IDE EAP build #445. Debug session start action. You can choose the action to be taken when … Continue reading

Posted in Feature | Tagged , , | 3 Comments