eclipse php xdebug doesn't stop at breakpoint -
zend eclipse php developers version: 3.2.0
php5.4.12 (wamp)
i'm using php eclipse xdebug few years - sometime xdebug doesn't break.
i notice happen on ajax calls, , found 1 cause previous debug session didn't end.
but i'm debugging ajax call, i'm using chrome devtool , 'replay xhr' run exact same ajax call, , doesn't break 2 out of every 3 runs.
this great waste of time me , appreciate idea of how overcome it, including suggestion different (and better debugger)
note:
- upgrading php not option because must use same version production sev.
- i tried upgrading eclipse - causes many (other) issues
in eclipse->preferences->php->debug->installed debuggers
choose xdegbug, , click
configure
check
use multisession
checkboxclick
ok
this cause xdebug break when session running - can pain when submiting multiple requests.
Comments
Post a Comment