Skip to content

Instantly share code, notes, and snippets.

@Daviid-P
Created September 28, 2022 10:40
Show Gist options
  • Save Daviid-P/6f737c7041a307bbe246c6e8e32c4348 to your computer and use it in GitHub Desktop.
Save Daviid-P/6f737c7041a307bbe246c6e8e32c4348 to your computer and use it in GitHub Desktop.
VSCode php xdebug extension config
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Listen for Xdebug",
"type": "php",
"request": "launch",
"hostname": "localhost",
"port": 9003,
"xdebugSettings": {
"max_data": -1
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment