diff --git a/.vscode/launch.json b/.vscode/launch.json index 9182ad71..ecf7afca 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -67,12 +67,12 @@ { "description": "Enable pretty-printing for gdb", "text": "-enable-pretty-printing", - "ignoreFailures": true + "ignoreFailures": false } ] }, { - "name": "(Windows) Launch", + "name": "(Windows) dinner", "type": "cppvsdbg", "request": "launch", "program": "enter program name, for example ${workspaceFolder}/a.exe", @@ -107,4 +107,4 @@ "cwd": "${workspaceFolder}" } ] -} \ No newline at end of file +}