vscode-php-debug
vscode-php-debug copied to clipboard
PHP Debug Adapter for Visual Studio Code 🐞⛔
Some users prefer UNIX socket for connections. Xdebug can be configured to connect to UNIX socket https://xdebug.org/docs/step_debug#client_host node also supports this: https://nodejs.org/api/net.html#serverlistenoptions-callback However there are some considerations how best implement...
PHP version: 8.0.6 Xdebug version: v3.0.4 VS Code extension version: v1.23.0 - Using PHP and xDebug - Put a breakpoint - Press F5 to enter debugging - Wait for VS...
PHP version: v7.2.6 XDebug version: v2.6.0 Hello, Is it possible to skip certain files when stepping over? It seems the `ignore` option is only for ignoring errors. https://bugs.xdebug.org/view.php?id=901#bugnotes Here's the...
Even just a command to launch external tunnel program to receive debugging connection would simplify setup. Right now, I launch SSH tunnel manually to open the session for debugging.
 Experienced some XML parse errors, probably a bug in dbgp.ts
Related to issue https://github.com/xdebug/vscode-php-debug/issues/406 (not really sure) When typing pretty long expressions in the debugger console, navigation is not well easy when the expression reaches the width of the console...
Research the idea of getting vscode-php-debug to work in the web version of vscode. Docs provided @isidorn https://code.visualstudio.com/api/extension-guides/web-extensions Since running PHP in the browser (start current script) isn't a real...
Issue for tracking implementation for https://xdebug.cloud/ support.
PHP version: any Xdebug version: any VS Code extension version: 1.19 Your launch.json: irrelevant Xdebug php.ini config: irrelevant Xdebug logfile (from setting `xdebug.log` in php.ini): irrelevant VS Code extension logfile...
Should allow to have yellow inline values on the side while debugging More details in this issue microsoft/vscode/issues/105690 _Originally posted by @isidorn in https://github.com/xdebug/vscode-php-debug/issues/638#issuecomment-910541057_