{ // Use IntelliSense to learn about possible configuration attributes. // Hover to view descriptions of existing attributes. // For more information, visit // https://github.com/otris/vscode-janus-debug/wiki/Launching-the-Debugger "version": "1.0.25", "configurations": [ { "name": "Launch Script on Server", "request": "launch", "type": "janus", "username": "admin", "script": "ADL Files", "password": "password", "principal": "relations", "host": "localhost", "applicationPort": 11000, "debuggerPort": 8089, "currentConfiguration": true, "stopOnEntry": true, "log": { "fileName": "${workspaceRoot}/vscode-janus-debug-launch.log", "logLevel": { "default": "Debug" } }, "timeout": 6000 }, { "name": "Attach to Server", "request": "attach", "type": "janus", "host": "localhost", "debuggerPort": 8089, "log": { "fileName": "${workspaceRoot}/vscode-janus-debug-attach.log", "logLevel": { "default": "Debug" } }, "timeout": 6000 } ] }