Is it possible to debug ASP.NET Core 3.0 application with Visual Studio 2019 on Raspberry PI 3?
I manage to install ASP.NET Core 3.0 and create Hello World application on Raspberry PI with dotnet new webapp
.
Then I build ASP.NET Core 3.0 on Visual studio 2019 and deploy it to local folder, copy entire content to raspberry pi and run it. It works.
But I don't know how can I debug app from Visual Studio 2019. There is no remote debugging property, I can not select any arm CPU type nothing.
I can't even find any blog, post how to do it.