From 8b6de1ea952700a9ca65c3923c3cd1a0788f1c8b Mon Sep 17 00:00:00 2001
From: Guillaume ROSINOSKY <guillaumerosinosky@yahoo.fr>
Date: Tue, 8 Apr 2025 21:44:26 +0000
Subject: [PATCH] fix windows issue when sextant directory is not available

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

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