From 4a3b90451111b147b8bd3fe728101713f7726329 Mon Sep 17 00:00:00 2001 From: Dan Fields Date: Thu, 27 Oct 2022 13:37:06 -0400 Subject: [PATCH] Total control sequence needs percent countdown simulation #1 --- .vscode/launch.json | 3 ++- oserver_gui | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index a348c205..836fd4ac 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -12,7 +12,8 @@ "cwd": "${workspaceFolder}", "environment": [], "externalConsole": false, - "MIMode": "lldb", + "MIMode": "gdb", + "miDebuggerPath": "/usr/bin/gdb", "setupCommands": [ { "description": "Enable pretty-printing for gdb", diff --git a/oserver_gui b/oserver_gui index a5b16d13..95ee37d7 160000 --- a/oserver_gui +++ b/oserver_gui @@ -1 +1 @@ -Subproject commit a5b16d13715d7e62bfa760890d0b6abe0b6c2de7 +Subproject commit 95ee37d74ac5c66ee9be366613951ae016a799c3