vscode: 如何设置调试 mono/c#?

vscode: how to setup debugging mono/c#?

我正在尝试设置 Visual Studio 代码 (https://code.visualstudio.com/docs/debugging ) 以在 win8 上调试 c#/mono。我也安装了最新版本的mono。

我向 launch.json 添加了一个配置并将 'type' 更改为单声道(也尝试将 'program' 指向调试 exe)但我只是得到错误:

初始化:无法为适配器 ID 创建调试会话 "mono"

如何在 C# 项目上设置调试?

编辑:似乎需要 gulp 脚本?

Visual Studio 代码:预览目前不支持 Windows 上的单声道调试。目前仅 Linux 和 Mac 支持调试单声道。 Windows、Linux 和 Mac.

支持节点调试