Search this blog
PhpStorm Links
Categories
-
Tags
2016 2017 annotated monthly best practices bugfix bug fix Commandline completion composer conference database debug debugging deployment eap editor event ftp inspection JavaScript Languages navigation news PHP PHP Annotated Monthly PhpStorm phpstorm 9 phpStorm 10 PhpStorm links PHPUnit plugins productivity RC refactoring release settings sftp Symfony Syntax highlighting unit testing update web webinar WebStorm XdebugOther JetBrains Blogs
Meta
Tag Archives: Xdebug
Getting PhpStorm ready for Xdebug 2.6
When it comes to PHP debugging, Xdebug is the de-facto standard. With the 2.6 version released last week, it’s a good time to take a look at the new features. And since Xdebug has always been tightly integrated with PhpStorm, … Continue reading
Debugging VVV Vagrant Setup With PhpStorm
It started with a Tweet: Who do i know that uses PHPstorm with VVV and XDebug? I need some guidance on getting things setup. — Andrew Woods (@awoods) June 21, 2016 Recently we’ve made a lot of changes to … Continue reading
Debugging with PhpStorm
To make the upcoming weekend even more enjoyable, we are glad to announce availability of Debugging with PhpStorm extended tutorials series which now covers all possible PHP debugging scenarios. In addition to our most-read zero-configuration web application debugging with Xdebug and PhpStorm, we’ve … Continue reading
Posted in Cool Feature
Tagged debug, debugging, PhpStorm, troubleshooting, tutorials, Xdebug, Zend Debugger
Leave a comment
PhpStorm & WebStorm 5.0.2 released
We are rolling out set of very important fixes and performance improvements plus some new features: PHP debugging of PHAR-packed code (only Xdebug engine supports this) resolving, validation, rename and find usages for goto labels indenting code with “Tab” key … Continue reading
Posted in PhpStorm, Release Announcements, WebStorm
Tagged goto, PHAR, phpdoc, PhpStorm, WebStorm, Xdebug
28 Comments
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
New in 4.0: Code Coverage for PHPUnit
We continue developing integration with tools essential for each developer who cares about the quality of his code. This time we want to introduce you Code Coverage for PHPUnit.
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 Cool Feature, PhpStorm, Tutorial
Tagged debug, PHP, PhpStorm, Xdebug, Zend Debugger
8 Comments
New in 3.0: Xdebug profiler integration
Hello everybody, Xdebug is a great tool and many of you use it for interactive debugging. But Xdebug is not just a debugger, it also provides many other features such as profiling or code coverage Integration with Xdebug Profiler is … Continue reading
New debug features in PhpStorm 2.1
Hello guys, Let’s talk about some new debug features available in PhpStorm 2.1.
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 Cool Feature, PhpStorm, Tutorial
Tagged debug, PHP, PhpStorm, Xdebug, Zend Debugger
12 Comments