Skip to content

Commit

Permalink
add debuger
Browse files Browse the repository at this point in the history
  • Loading branch information
JessyBarrette committed Apr 17, 2024
1 parent d37baf9 commit 0907242
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [



{
"name": "Run Harvester with Config",
"type": "debugpy",
"request": "launch",
"program": "harvester/cde_harvester",
"console": "integratedTerminal",
"args": [
"--config",
"harvest_config.yaml"
]
}
]
}

0 comments on commit 0907242

Please sign in to comment.