Browse Source

Aufruf debug

gc-server3 11 tháng trước cách đây
mục cha
commit
27d3f40895
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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",