I managed to setup
DBGp proxyand was able to debug some code using the Linux binary here https://xdebug.org/files/binaries/dbgpProxyI'm using Felix Becker's
PHP Debugfor VSCode as a clientIf I start
PHP Debug(which registers my IDE key withDBGp proxy) and shutdown VSCode without stoppingPHP Debugfirst, it does not de-register withDBGp proxyAs a result, I can't start
PHP Debugagain becauseDBGp proxyreports that the IDE key was already registered and I have to restart theDBGp proxyeach time this happensI'm hoping there is a way to solve this at the
DBGp proxyside. I mean, there can be a lot of other reasons why the client did not de-registerThe less preferred alternative would be to get
PHP Debugto listen even if registration failed, but that's a bit hacky in my opinionAny ideas?
Thank you.