{
    // Use IntelliSense to learn about possible Node.js debug attributes.
    // Hover to view descriptions of existing attributes.
    // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
    "version": "0.2.0",
    "configurations": [
        {
            "type": "node",
            "request": "launch",
            "name": "Launch Program",
            "program": "${workspaceFolder}/examples/erase"
        },
        {
            "type": "node",
            "request": "launch",
            "name": "Launch Zoroaster",
            "program": "${workspaceRoot}/node_modules/.bin/zoroaster",
            "args": [
                "test/spec/read.js"
            ],
            "env": {
                "ZOROASTER_TIMEOUT": 9999999
            }
        },
        {
            "type": "node",
            "request": "launch",
            "name": "Launch Zoroaster es5",
            "program": "${workspaceRoot}/node_modules/.bin/zoroaster",
            "runtimeExecutable": "${workspaceRoot}/node.sh",
            "protocol": "legacy",
            "args": [
                "es5/test/spec/erase.js"
            ],
            "env": {
                "ZOROASTER_TIMEOUT": 9999999
            }
        }
    ]
}
