Skip to content

Commit

Permalink
Added debug launch option to start app normally
Browse files Browse the repository at this point in the history
  • Loading branch information
Arne-Weber committed Dec 21, 2024
1 parent e64f0ca commit e43599c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,15 @@
"program": "${file}",
"console": "integratedTerminal"
},
{
"name": "Run App",
"type": "python",
"request": "launch",
"program": "main.py",
"args": [""],
"console": "integratedTerminal",
"justMyCode": false
},
{
"name": "Run App (INFO)",
"type": "python",
Expand Down

0 comments on commit e43599c

Please sign in to comment.