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 have to hover the mouse over the variable, or switch to the Variables pane of the Debug tool window.
The option is enabled by default so it starts working as soon as you