====== Just-In-Time debugging ======

===== Настройка =====

nano php.ini
<code>
xdebug.remote_mode=jit
</code>
===== Использование =====

  * http://blog.jetbrains.com/phpstorm/2013/12/just-in-time-debugging-and-php-exception-breakpoints-with-phpstorm-and-xdebug/
