This release saved my sanity with a feature that allows to disable the extension whenever, before you just had to deal with it (e.g. when using composer, doing code coverage, etc).
Props to the guy that implemented it.


https://github.com/xdebug/xdebug/pull/627
You mean Derick himself 🙂
I suppose Xdebug is still a project that Derick puts the overwhelmingly majority of work. C language barrier surely is there. I’m waiting for Xdebug Cloud to try it out.
This is what I use on mac to enable / disable it
Props! So excited!
Has anyone here come across a way to have both xdebug.mode=debug and the overloaded var_dump() feature?
‘xdebug.mode=develop,debug’
From the documentation:
You can enable multiple modes at the same time by comma separating their identifiers as value to xdebug.mode: xdebug.mode=develop,debug
Congrats on the release, I must admit I still use https://github.com/maximebf/php-debugbar for all of my debugging though. Am I a luddite?
Members
Online

source