diff --git a/.vscode/launch.json b/.vscode/launch.json
index 798f18abb2f8ee0f9291e3dcf792d4e704ee3611..f21407c8dc77f32ff9a0c36822f901c8c71fb5cd 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
         },