【问题标题】:The debug session type "node" is not supported不支持调试会话类型“节点”
【发布时间】:2020-12-25 00:01:33
【问题描述】:

我想在 Google Cloud Shell 编辑器中调试我的 node.js 程序时遇到此错误。

昨天还好,今天刚刚发生。有谁知道怎么回事?

这是我的 Launch.json

{
  "version": "0.2.0",
  "configurations": [
    {
      "type": "node",
      "request": "launch",
      "name": "Launch Program",
      "program": "${file}"
    }
  ]
}

screenshot

【问题讨论】:

    标签: google-cloud-shell google-cloud-shell-editor


    【解决方案1】:

    它已自动修复。也许谷歌正在更新一些东西。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2022-07-14
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2011-08-01
      • 1970-01-01
      相关资源
      最近更新 更多