Skip to content

Commit

Permalink
Allows more data over xdebug for easier debugging.
Browse files Browse the repository at this point in the history
  • Loading branch information
zyronix committed Apr 22, 2024
1 parent 664a788 commit ca875e0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
"name": "Listen for Xdebug",
"type": "php",
"request": "launch",
"port": 9003
"port": 9003,
"xdebugSettings": {
"max_data": 10240
}
},
{
"name": "Launch currently open script",
Expand Down

0 comments on commit ca875e0

Please sign in to comment.