我在Windows 8.1上玩新的Windows 8.1,用yo创建一个新的项目模板,我可以看到它在我的浏览器上运行,但是我无法调试它,我在某些动作中设置了一个断点,但它没有命中。在vsCode的debug选项上,它要求附加一个调试,但是我找不到如何进行调试。在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.
这里有我遗漏的东西吗?
谢谢。
发布于 2015-05-06 20:26:50
Visual代码预览现在不支持ASP.Net 5调试。它只支持调试Mono应用程序。
https://stackoverflow.com/questions/30084512
复制相似问题