diff options
author | 2021-07-16 18:17:00 -0700 | |
---|---|---|
committer | 2021-07-16 18:17:00 -0700 | |
commit | 6d25d816a0724e9be5ca76fe04860668e7d3b04f (patch) | |
tree | 40289b88e912b24d7ff5bd0930209c34f58be0c1 | |
parent | 4a4039fcb3547382abb6f597efa2f679fc4ba9a2 (diff) | |
download | bun-6d25d816a0724e9be5ca76fe04860668e7d3b04f.tar.gz bun-6d25d816a0724e9be5ca76fe04860668e7d3b04f.tar.zst bun-6d25d816a0724e9be5ca76fe04860668e7d3b04f.zip |
1
-rw-r--r-- | .vscode/launch.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json index 55d3462b9..3142f4812 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -16,6 +16,16 @@ "console": "internalConsole" }, + { + "type": "lldb", + "request": "launch", + "name": "SPJS Lazy Build", + "program": "${workspaceFolder}/build/debug/macos-x86_64/spjs", + "args": ["src/test/fixtures/console.log.js"], + "cwd": "${workspaceFolder}", + "console": "internalConsole" + }, + // { // "type": "lldb", // "request": "launch", |