简体   繁体   English

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

[英]How to debug AspNet 5 app on Visual Studio Code?

Im playing with the new Visual Studio Code on Windows 8.1 and create a new project template with the yo and i could see it running on my browser, but im not able to debug it, i set a break point in some action and it doesnt hit. 我在Windows 8.1上玩新的Visual Studio Code并使用你的yo创建一个新的项目模板,我可以看到它在我的浏览器上运行,但我无法调试它,我在某些操作中设置了一个断点并且它没有击中。 On the debug option of vsCode it asks for attach a debug, but i cant find how to do it. vsCode的调试选项上,它要求附加调试,但我无法找到如何做到这一点。 At the VsCode website theres a paragraph saying: 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.

Is there something that im missing here? 这里有什么遗失吗?

Thanks. 谢谢。

Visual Studio Code Preview does not support ASP.Net 5 debugging now. Visual Studio Code Preview现在不支持ASP.Net 5调试。 It only supports debugging Mono applications. 它仅支持调试Mono应用程序。

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 aspnet与visual studio代码恢复包 - aspnet with visual studio code restoring packages 如何在 Visual Studio Code 中调试 specflow 测试 - how to debug specflow test in Visual Studio Code 如何从要执行的第一行代码中调试Visual Studio中的Web App - How to debug a Web App in Visual Studio from the first line of code to be executed 如何在Visual Studio代码中调试C#代码 - How to Debug C# code in visual studio code 如何使用Visual Studio Code调试C#代码 - How to debug C# code using Visual Studio Code 如何使用 Visual Studio 2017 创建 React 应用程序(无 Visual Studio 代码) - How to create react app with visual studio 2017 (no visual studio code) visual Studio 2010如何调试附加到服务的一些代码 - visual studio 2010 how to debug some code attached to a service 如何从代码中检测Visual Studio调试执行上下文? - How to detect Visual Studio debug execution context from within code? 如何在Visual Studio中查找哪些代码输出某些调试字符串? - How to find which code outputs certain debug string in Visual Studio? 如何使用Visual Studio EXPRESS调试本机代码 - How can I debug native code using Visual Studio EXPRESS
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM