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"] }, {