diff --git a/.vscode/launch.json b/.vscode/launch.json index 1b2f435653..625ed0cf8d 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -145,13 +145,14 @@ "request": "launch", "name": "bun run [file]", "program": "${workspaceFolder}/build/bun-debug", - "args": ["run", "/Users/dave/Downloads/pd-api-testnet/dist/app.js"], - "cwd": "/Users/dave/Downloads/pd-api-testnet", + "args": ["run", "${file}"], + "cwd": "${fileDirname}", "env": { "FORCE_COLOR": "0", "BUN_DEBUG_QUIET_LOGS": "1", "BUN_DEBUG_EventLoop": "1", "BUN_GARBAGE_COLLECTOR_LEVEL": "2", + "BUN_DEBUG_ALL": "1", }, "console": "internalConsole", },