diff --git a/.vscode/launch.json b/.vscode/launch.json index eb5b800..add2e98 100755 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -9,7 +9,11 @@ "type": "python", "request": "launch", "program": "${file}", - "args": ["../Speiche_Deutschland_gmapsupp.img"], + "args": [ + "/home/brodbemn/Dokumente/QMapShack/Karten/Speiche_Deutschland_gmapsupp.img", + "-t", + "/home/brodbemn/Dokumente/QMapShack/Karten/Speiche_Deutschland" + ], "console": "integratedTerminal" } ]