瀏覽代碼

Aufruf debug

gc-server3 11 月之前
父節點
當前提交
27d3f40895
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .vscode/launch.json

+ 1 - 1
.vscode/launch.json

@@ -6,7 +6,7 @@
     "configurations": [
         {
             "name": "Python: Current File",
-            "type": "python",
+            "type": "debugpy",
             "request": "launch",
             "program": "${file}",
             "console": "integratedTerminal",