From e07241d718495ea697ef0596d92b3836dffbd468 Mon Sep 17 00:00:00 2001 From: Panzerschrek Date: Wed, 9 Apr 2025 16:44:24 +0300 Subject: [PATCH] =?UTF-8?q?Support=20debugging=20=C3=9C=20code.=20(#105)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/assets/plugins/debugger.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/assets/plugins/debugger.json b/bin/assets/plugins/debugger.json index e4d25cc95..0931a3029 100644 --- a/bin/assets/plugins/debugger.json +++ b/bin/assets/plugins/debugger.json @@ -8,7 +8,7 @@ "command": "gdb", "command_arguments": "--interpreter=dap" }, - "languages": [ "cpp", "c", "d", "go", "objectivec", "fortran", "pascal", "rust" ], + "languages": [ "cpp", "c", "d", "go", "objectivec", "fortran", "pascal", "rust", "ü" ], "configurations": [ { "name": "Launch binary", @@ -48,7 +48,7 @@ "find": { "macos": "xcrun -f ${command}" }, - "languages": [ "cpp", "c", "odin", "rust", "zig" ], + "languages": [ "cpp", "c", "odin", "rust", "zig", "ü" ], "configurations": [ { "name": "Launch binary",