From 69d5256fab721d47dd271e8450124b99af2310bb Mon Sep 17 00:00:00 2001 From: Wlad <9556979+gosticks@users.noreply.github.com> Date: Tue, 2 Feb 2021 15:26:37 +0100 Subject: [PATCH] add debug --- .vscode/launch.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 02b94e7..59f4321 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -5,10 +5,10 @@ "version": "0.2.0", "configurations": [ { - "name": "Python: Debug Example", + "name": "Python: Debug Fit", "type": "python", "request": "launch", - "program": "./example.py", + "program": "./example_fit.py", "console": "integratedTerminal" } ]