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