From 1f8ec7bdbc4baa18542ccbc9ceef9098c1d77afb Mon Sep 17 00:00:00 2001 From: RossTheRoss Date: Thu, 13 Feb 2020 09:25:20 -0600 Subject: Fix debugging --- .vscode/launch.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.vscode/launch.json') diff --git a/.vscode/launch.json b/.vscode/launch.json index 76c9ca2..13463af 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -4,6 +4,7 @@ // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ + { "type": "java", "name": "Debug (Launch) with Arguments Prompt", @@ -19,7 +20,7 @@ "console": "integratedTerminal" }, { - "name": "C++", + "name": "C/C++", "type": "cppdbg", "request": "launch", "preLaunchTask": "Build c++", -- cgit v1.2.3