Home > Net >  Debugging PHP ability suddenly disappeared from Vsual Studio Code
Debugging PHP ability suddenly disappeared from Vsual Studio Code

Time:01-28

I've been using Xdebug debugging with PHP on Visual Studio Code. Worked basically okay. Then on the 22dn of January, I apparently got a new version. I didn't ask for it, but I seemed to have gotten it anyway. And the latest version does not work. Whenever I try to start a debugging session, I now get this error:

"Cannot activate the 'PHP Xdebug' extension because it depends on an unknown 'felixfbecker.php-debug' extension."

Ehh? What? Does anybody have an explanation?

CodePudding user response:

The PHP debug extension has moved to a new organisation: xdebug.php-debug.

You might just have to uninstall the current one, and then install the one with the new name: https://marketplace.visualstudio.com/items?itemName=xdebug.php-debug

  •  Tags:  
  • Related