Skip to content

Commit ca875e0

Browse files
committed
Allows more data over xdebug for easier debugging.
1 parent 664a788 commit ca875e0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.vscode/launch.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@
66
"name": "Listen for Xdebug",
77
"type": "php",
88
"request": "launch",
9-
"port": 9003
9+
"port": 9003,
10+
"xdebugSettings": {
11+
"max_data": 10240
12+
}
1013
},
1114
{
1215
"name": "Launch currently open script",

0 commit comments

Comments
 (0)