From 7ba81c09b1c95040e9bd116907d8621adfcfbd48 Mon Sep 17 00:00:00 2001 From: Martin Karkowski Date: Thu, 21 Jul 2022 23:31:31 +0200 Subject: [PATCH] Adding Debug info --- .vscode/launch.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.vscode/launch.json b/.vscode/launch.json index 9cf7569..a0a3e8f 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -4,6 +4,14 @@ // Weitere Informationen finden Sie unter https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ + { + "name": "Python: Current-File", + "type": "python", + "request": "launch", + "program": "${file}", + "console": "integratedTerminal", + "justMyCode": false + }, { "type": "node", "request": "launch",