mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
Update launch.json
This commit is contained in:
4
.vscode/launch.json
generated
vendored
4
.vscode/launch.json
generated
vendored
@@ -160,14 +160,14 @@
|
|||||||
"request": "launch",
|
"request": "launch",
|
||||||
"name": "bun run [file]",
|
"name": "bun run [file]",
|
||||||
"program": "${workspaceFolder}/build/debug/bun-debug",
|
"program": "${workspaceFolder}/build/debug/bun-debug",
|
||||||
"args": ["--eval", "console.warn(new Error(\"hello\"))"],
|
"args": ["${file}"],
|
||||||
"cwd": "${fileDirname}",
|
"cwd": "${fileDirname}",
|
||||||
"env": {
|
"env": {
|
||||||
"FORCE_COLOR": "0",
|
"FORCE_COLOR": "0",
|
||||||
"BUN_DEBUG_QUIET_LOGS": "1",
|
"BUN_DEBUG_QUIET_LOGS": "1",
|
||||||
"BUN_GARBAGE_COLLECTOR_LEVEL": "2",
|
"BUN_GARBAGE_COLLECTOR_LEVEL": "2",
|
||||||
},
|
},
|
||||||
"console": "integratedTerminal",
|
"console": "internalConsole",
|
||||||
// Don't pause when the GC runs while the debugger is open.
|
// Don't pause when the GC runs while the debugger is open.
|
||||||
"postRunCommands": ["command source '${workspaceFolder}/misctools/lldb/lldb_commands'"],
|
"postRunCommands": ["command source '${workspaceFolder}/misctools/lldb/lldb_commands'"],
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user