You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for participating!
If you're right and the extensions are included in alphabetical order, can I try changing the extension name locally? Will it work?
PHP version: 8.2.7
Xdebug version: 3.2.1
VS Code extension version: 1.32.1
Your launch.json:
I have two installed extensions:
xdebug.php-debug
anddevsense.phptools-vscode
. Both support PHP debugging.How can I specify which one to use for debugging?
If both are enabled, every debug session is caught by
devsense.phptools-vscode
, but I prefer to usexdebug.php-debug
for debugging.If
devsense.phptools-vscode
is disabled, - everything works well, and step-debugging works throughxdebug.php-debug
.Unfortunately, I need
devsense.phptools-vscode
enabled for other functions.Is there a way to specify which extension to use for debugging?
Perhaps it's possible to set extension priority or something similar?
The text was updated successfully, but these errors were encountered: