From cf2f8435e765352a443f26db17bf49c059085f4f Mon Sep 17 00:00:00 2001 From: Ivan Usov Date: Mon, 18 Oct 2021 13:28:12 +0200 Subject: [PATCH] Allow debug of external libs --- .vscode/launch.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.vscode/launch.json b/.vscode/launch.json index 729b233..aa790ea 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -8,6 +8,7 @@ "program": "${workspaceFolder}/pyzebra/app/cli.py", "console": "internalConsole", "env": {}, + "justMyCode": false, }, ] }