Closed
Description
PHP version: 7.4.33 (cli)
Xdebug version: 3.1.2
VS Code extension version: 1.34..0
Your launch.json:
{
// Usare IntelliSense per informazioni sui possibili attributi.
// Al passaggio del mouse vengono visualizzate le descrizioni degli attributi esistenti.
// Per altre informazioni, visitare: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Listen for Xdebug",
"type": "php",
"request": "launch",
"port": 9000,
"hostname": "0.0.0.0"
}
]
}
Xdebug php.ini config:
[xdebug]
;zend_extension="/usr/lib/php/20190902/xdebug.so"
xdebug.mode=debug
xdebug.discover_client_host=1
xdebug.client_port=9000
xdebug.start_with_request=yes
xdebug.idekey=VSCODE
;xdebug.log = /var/log/xdebug.log
Using F5 command I'm not able to start the debugger because I'm getting the following error:
command 'php.debug.startWithStopEnrty" not found
Metadata
Metadata
Assignees
Labels
No labels