Skip to content

Commit

Permalink
chore(VSCode): improve debug settings
Browse files Browse the repository at this point in the history
  • Loading branch information
coldacid committed Aug 8, 2021
1 parent ab8ed93 commit 00ab0d4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .vscode/launch.json
Expand Up @@ -9,8 +9,9 @@
"type": "php",
"request": "launch",
"runtimeArgs": [
"-dxdebug.mode=debug",
"-dxdebug.mode=debug,develop,trace",
"-dxdebug.start_with_request=yes",
"-dxdebug.idekey=vscode",
"-S",
"localhost:8088"
],
Expand All @@ -21,7 +22,8 @@
"pattern": "Development Server \\(http://localhost:([0-9]+)\\) started",
"uriFormat": "http://localhost:%s",
"action": "openExternally"
}
},
"log": true
}
]
}

0 comments on commit 00ab0d4

Please sign in to comment.