diff --git a/.vscode/launch.json b/.vscode/launch.json index 7a99c70..302d951 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -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",