Skip to content

Commit

Permalink
add Main module to debug scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
zeptofine committed Nov 3, 2023
1 parent 8421b8a commit 8e113bb
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,14 @@
"version": "0.2.0",
"configurations": [
{
"name": "Python: Module",
"name": "Main module",
"type": "python",
"request": "launch",
"module": "imdataset_creator",
"justMyCode": true
},
{
"name": "GUI module",
"type": "python",
"request": "launch",
"module": "imdataset_creator.gui",
Expand Down

0 comments on commit 8e113bb

Please sign in to comment.