From f13c722ce4b7c42b22c1a4bdf9a4721ea0a5b08e Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Sat, 10 Aug 2024 13:32:18 -0400 Subject: [PATCH] chore: increase debug stack trace (#12792) --- .vscode/launch.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 41d8017ce2..fc593c0d06 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -21,7 +21,10 @@ "type": "node", "request": "launch", "name": "Run sandbox", - "program": "${workspaceFolder}/playgrounds/sandbox/run.js" + "program": "${workspaceFolder}/playgrounds/sandbox/run.js", + "env": { + "NODE_OPTIONS": "--stack-trace-limit=10000" + } } ], "compounds": [