Access to PHP warnings when remote debugging
Hi,
On my local development machine I am usually remote debugging by initiating the session through the browser.
Is it possible to get access to Notices, Warnings and Errors inside the IDE? Ideally I would like to have the cursor positioned on the file and line after a Fatal error, but it would also be good to see and navigate Notices and warnings.
Thanks for any pointers,
Jochen
请先登录再写评论。
Hello,
Did you try setting remote debugging mode to JIT as described here: <http://blog.jetbrains.com/phpstorm/2013/12/just-in-time-debugging-and-php-exception-breakpoints-with-phpstorm-and-xdebug/>?