From 0cc8eec9a9634d26f20b6b8919d20fd703ab9c70 Mon Sep 17 00:00:00 2001
From: Guillaume ROSINOSKY <guillaumerosinosky@yahoo.fr>
Date: Mon, 28 Apr 2025 12:53:14 +0200
Subject: [PATCH] fix debugger for devcontainer

---
 .vscode/launch.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.vscode/launch.json b/.vscode/launch.json
index 798f18a..dea787f 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -13,11 +13,11 @@
             "remote": true,
             "cwd": "${workspaceRoot}",
             "valuesFormatting": "parseText",
-            "windows": {
+            /*"windows": {
                 "gdbpath": "C:/sextant/ccompil/gdb7.exe",
                 "autorun": [
                 ]
-            },
+            },*/
             "showDevDebugOutput": true,
             "printCalls": true
         },
-- 
GitLab