Skip to content

Commit

Permalink
add api server launch
Browse files Browse the repository at this point in the history
  • Loading branch information
hacktobeer committed Nov 3, 2024
1 parent 4028af8 commit 3abeba9
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 3abeba9

Please sign in to comment.