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: debugging
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
Improved Code Completion During Debugging in PhpStorm 10
Recent versions of PhpStorm have been really pushing at the boundaries with regards to the debugging tool, and PhpStorm 10 was no exception. Along with the amazing Interactive Debug Console, PhpStorm 10 also shipped various code completion improvements within the … Continue reading
Docker Support in PhpStorm
Docker is an open platform for building, shipping and running distributed applications. It gives programmers, development teams and operations engineers the common toolbox they need to take advantage of the distributed and networked nature of modern applications. With the new Docker integration … Continue reading
Posted in Cool Feature, Early Access Program, Tutorial
Tagged contanier, debug, debugging, docker, phpStorm 10, tutorial, VM
10 Comments
Debugging Improvements in PhpStorm 9
PhpStorm 9 brings you significantly redesigned debugging experience. We’ve already blogged about Inline Debugger and how all live debugging data are shown directly in the editor, with variable values integrated smoothly into the current editor’s look-and-feel. Today we’d like to talk … Continue reading
Posted in Cool Feature, Early Access Program
Tagged configuration, debug, debugging, debugging validation, php.ini, phpstorm 9
6 Comments
PhpStorm 9 EAP 141.1619
PhpStorm 9 EAP 141.1619 is available for download. From the PHP side, this build features: Code completion for non-static factory methods ArrayAccess support for factory code completion Auto-recognition of common WordPress global variables (global variable => classname, see WI-21339 for a list) … Continue reading
Inline Debugging for PHP in PhpStorm 9 EAP
In PhpStorm 9 EAP builds you will find a new debugging feature called Inline Debugging for PHP. Inline debugging is useful because it lets you view variable values in the source code, right next to their usages. You don’t even … Continue reading
Posted in Cool Feature, Early Access Program
Tagged debug, debugging, eap, inline debugger, inline debugging, PHP, phpstorm 9
12 Comments
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
Webinar – Taking Advantage of PhpStorm IDE and Zend Server Integration, November 20th
Join us Thursday, November 20th, 5:00 PM – 6:00 PM GMT (check other zones) for a free webinar, Taking Advantage of PhpStorm IDE and Zend Server Integration with Mikhail Vink and Joshua Solomin. Write code with pleasure and make sure that your project … Continue reading
Posted in Screencast
Tagged debugging, PhpStorm, profiling, technology partnership, webinar, Zend, Zend Server
1 Comment
Live Edit for Node.js in PhpStorm 8
Live Edit has been in PhpStorm for a while. It allows us to change HTML, CSS and JavaScript code in the IDE and see the changes in the browser immediately, without reloading. PhpStorm 8 expands on this by adding Live Edit … Continue reading