From 7aaf457586656e190b4a9b94a7974159846d4562 Mon Sep 17 00:00:00 2001 From: Persson-dev Date: Fri, 2 Feb 2024 11:11:12 +0100 Subject: [PATCH] don't stop at entry --- .vscode/launch.json | 1 - 1 file changed, 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 4d87bd4..dec156a 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -10,7 +10,6 @@ "name": "Debug XMake target", "target": "Pivot", "cwd": "${workspaceFolder}", - "stopAtEntry": true } ] } \ No newline at end of file