From 6c0e978470dd5e8704d9676adfe9b9bf9df8d733 Mon Sep 17 00:00:00 2001 From: Kevin Hester Date: Sun, 23 Jun 2024 08:18:27 -0700 Subject: [PATCH] debugging config tweaks --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 3da5923..49a3d71 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -163,7 +163,7 @@ "type": "python", "request": "launch", "module": "meshtastic", - "justMyCode": true, + "justMyCode": false, "args": ["--noproto", "--seriallog", "stdout"] }, {