Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update for Xdebug 3 #8

Open
cscolabear opened this issue Feb 17, 2021 · 0 comments
Open

update for Xdebug 3 #8

cscolabear opened this issue Feb 17, 2021 · 0 comments
Assignees

Comments

@cscolabear
Copy link
Owner

xdebug 2 to xdebug 3

port 預設由 9001 -> 9003

ref. https://xdebug.org/docs/upgrade_guide


  • vscode launch.json exmpale...
{
    "version": "0.2.0",
    "configurations": [
        {
            "name": "Listen for > XDebug",
            "type": "php",
            "request": "launch",
            "port": 9003,
            "pathMappings": {
                "/var/www": "${workspaceRoot}"
            },
            "log": true,
            "ignore": [
                "**/vendor/**/*.php"
            ]
        }
    ]
}

  • PhpStorm 似乎改一下 port 就好了~
@cscolabear cscolabear self-assigned this Feb 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant