WebStorm/PhpStorm links
Categories
Tags
Beta Commandline completion composer CSS database debug deployment documentation ecmascript5 editor ftp HTML html5 import inspection JavaScript jstestdriver LESS navigation Node.js offer PHP PhpStorm PHPUnit productivity Profiler Project RC refactoring Release SASS settings sftp smarty Symfony TypeScript UI unit testing WebStorm WebStorm/PhpStorm links Xdebug youtrack zen-coding Zend Debugger-
Other JetBrains Blogs
Meta
Tag Archives: Xdebug
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.
Posted in Cool Feature, PhpStorm
Tagged debug, PHP, PhpStorm, Xdebug, Zend Debugger
Comments Off on New debug features 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
Zero-configuration debugging with XDebug and PhpStorm 2.0
This blog post is obsolete! Please check new up-to-date tutorial on Zero-configuration Web Application Debugging with Xdebug and PhpStorm Hello guys, We have done a lot of work to simplify the debugging process in PhpStorm 2.0 and we are very … Continue reading