Can't get phpstorm to halt on error
Hi everyone !
I can't get to have phpstorm stop on error. All other debug features works perfectly ...
I have read this article : http://blog.jetbrains.com/phpstorm/2013/12/just-in-time-debugging-and-php-exception-breakpoints-with-phpstorm-and-xdebug/, but if I set xdebug.remote_mode="jit", it just don't work anymore ...
Any idea ?
My xdebug config :
zend_extension=xdebug.so
xdebug.profiler_enable=On
xdebug.remote_enable=On
xdebug.remote_host="localhost"
xdebug.remote_port=9000
xdebug.remote_handler="dbgp"
xdebug.overload_var_dump="0"
And my php --version :
PHP 5.5.9-1ubuntu4.7 (cli) (built: Mar 16 2015 20:47:39)
Copyright (c) 1997-2014 The PHP Group
Zend Engine v2.5.0, Copyright (c) 1998-2014 Zend Technologies
with Zend OPcache v7.0.3, Copyright (c) 1999-2014, by Zend Technologies
with Xdebug v2.2.3, Copyright (c) 2002-2013, by Derick Rethans
Thank you !
请先登录再写评论。
Are PHP Exception Breakpoints working? Can you please try XDebug 2.2.7?
Hi !
Sorry, I haven't found the time to test the new version of Xdebug, I will as soon as I can.
Thank you.