Debugging and testing over PHPStorm - SSH - Vagrant tunnel
I am happy to publish handy vagrant plugin which makes debugging and testing easy if you use PhpStorm and Vagrant box. The main idea is to add concept of debugging over SSH tunnel. Currently only HTTP concept is supported by default so this is a workaround for a missing feature in PhpStorm (see here)
Why SSH:
- running non WEB based application in the box
- executing php code in the box
- unit testing
- debugging
Installation
vagrant plugin install vagrant-phpstorm-tunnel
Comments