diff --git a/.vscode/launch.json b/.vscode/launch.json index 807c0e6cc..067345e5c 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -31,6 +31,21 @@ } ] }, + { + "name": "Attach debugpy API Server", + "type": "debugpy", + "request": "attach", + "connect": { + "host": "localhost", + "port":30000 + }, + "pathMappings": [ + { + "localRoot": "${workspaceFolder}", + "remoteRoot": "/home/turbinia" + } + ] + }, { "name": "Turbinia API Client", "type": "debugpy",