如何在 Visual Studio 代码上调试 AspNet 5 应用程序?

How to debug AspNet 5 app on Visual Studio Code?

我正在 Windows 8.1 上使用新的 Visual Studio Code 并使用 yo 创建一个新的项目模板,我可以在我的浏览器上看到它 运行,但是我无法调试它,我在某些操作中设置了一个断点,但它没有命中。在 vsCode 的调试选项上,它要求附加调试,但我找不到如何操作。 VsCode 网站上有一段话:
Debugging Visual Studio Code and ASP.NET 5 are in preview and at this time debugging is not supported on OS X and Linux. Rest assured, we are working hard to bring these experiences to you in the near future.

我这里有什么遗漏的吗?

谢谢。

Visual Studio 代码预览现在不支持 ASP.Net 5 调试。它只支持调试 Mono 应用程序。

https://code.visualstudio.com/Docs/FAQ#_debugging