From 3d16f98d95408e51c7e945a5c4fa4dafeb8c508b Mon Sep 17 00:00:00 2001 From: MrBesen Date: Tue, 1 Jun 2021 10:49:02 +0200 Subject: [PATCH] removed -s argument --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index dfa23f8..b049872 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -30,7 +30,7 @@ "type": "cppdbg", "request": "launch", "program": "${workspaceFolder}/%NAME%", - "args": ["-s"], + "args": [], "stopAtEntry": false, "cwd": "${workspaceFolder}", "environment": [],