diff options
| author | 2021-07-16 18:17:00 -0700 | |
|---|---|---|
| committer | 2021-07-16 18:17:00 -0700 | |
| commit | e2b9d4c869c62b8f20f30cad6deed0c5c8aa3969 (patch) | |
| tree | 092f0f786b7e40c329bff6d8a777623e4004db16 | |
| parent | 07b26525ca7ad065d7db9515d42c32b6ff657e54 (diff) | |
| download | bun-e2b9d4c869c62b8f20f30cad6deed0c5c8aa3969.tar.gz bun-e2b9d4c869c62b8f20f30cad6deed0c5c8aa3969.tar.zst bun-e2b9d4c869c62b8f20f30cad6deed0c5c8aa3969.zip | |
1
Former-commit-id: 6d25d816a0724e9be5ca76fe04860668e7d3b04f
| -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", |
