With Drude and PHPStorm you are 3 clicks away from being able to debug your Drupal site or app.
-
Xdebug Helper extension for Chrome
You can also pick from the list of options for other browsers
-
Open your project in PHPStorm
-
Set a breakpoint whereever you like
-
Click (#1) on the Start Listening for PHP Debug Connections button in PHPStorm
-
Click (#2) on Debug in Xdebug Helper in Chrome
-
Click (#3) on Accept in the Incoming Connection From Xdebug dialogue in PHPStorm
-
Done.
Happy debugging!