From f5fa61ac64fe6d1265bc396c947b7292d576e033 Mon Sep 17 00:00:00 2001 From: Paul Freund Date: Tue, 7 Nov 2023 22:14:20 +0100 Subject: [PATCH] Fixed launch and reset --- .vscode/launch.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 5e5fb3c1ba..e2da8dfd0e 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -26,6 +26,7 @@ //"runToEntryPoint": "main", "svdFile": "${workspaceRoot}/contrib/rza1.svd", "overrideLaunchCommands": [ + "monitor reset", "load" ], "overrideResetCommands": [ @@ -33,7 +34,8 @@ "load" ], "overrideRestartCommands": [ - "jump start" + "monitor reset", + "load" ], "rttConfig": { "enabled": true,