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 checkbox

  • click ok

this cause xdebug break when session running - can pain when submiting multiple requests.


Comments

Popular posts from this blog

javascript - Laravel datatable invalid JSON response -

java - Exception in thread "main" org.springframework.context.ApplicationContextException: Unable to start embedded container; -

sql server 2008 - My Sql Code Get An Error Of Msg 245, Level 16, State 1, Line 1 Conversion failed when converting the varchar value '8:45 AM' to data type int -