diff options
-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", |