是否可以在Raspberry PI 3上使用Visual Studio 2019调试ASP.NET Core 3.0应用程序?
我设法使用dotnet new webapp
在Raspberry PI上安装ASP.NET Core 3.0并创建Hello World应用程序。
然后我在Visual Studio 2019上构建ASP.NET Core 3.0并将其部署到本地文件夹,将整个内容复制到raspberry pi并运行它。可以。
但是我不知道如何从Visual Studio 2019调试应用程序。没有远程调试属性,不能选择任何ARM CPU类型。
我什至找不到任何博客,发布如何做。
答案 0 :(得分:2)
您可以在Visual Studio中通过SSH调试。
所以您要做的实际上是这样:
我在这里写了一篇有关图片和Powershell脚本的关于这个确切主题的文章:https://medium.com/@lewwybogus/debugging-your-net-core-3-app-on-your-raspberry-pi-with-visual-studio-2019-9662348e79d9?source=friends_link&sk=33e0da85e07e45234a7804d5801110a1