We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
xdebug 2 to xdebug 3
port 預設由 9001 -> 9003
ref. https://xdebug.org/docs/upgrade_guide
{ "version": "0.2.0", "configurations": [ { "name": "Listen for > XDebug", "type": "php", "request": "launch", "port": 9003, "pathMappings": { "/var/www": "${workspaceRoot}" }, "log": true, "ignore": [ "**/vendor/**/*.php" ] } ] }
The text was updated successfully, but these errors were encountered:
cscolabear
No branches or pull requests
xdebug 2 to xdebug 3
port 預設由 9001 -> 9003
ref. https://xdebug.org/docs/upgrade_guide
The text was updated successfully, but these errors were encountered: