Skip to content

php.debug.startWithStopOnEntry #945

Closed
@nesar77

Description

@nesar77

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions