I am developing an ASP.NET Core project that uses an Azure App Service. My development environment is Visual Studio for Mac. There are lots of documents like https://learn.microsoft.com/en-us/visualstudio/debugger/remote-debugging-azure which explain how to do this from Windows. But I can't find anything for the Mac.
Asked
Active
Viewed 316 times
0
-
Attaching to a remote process is not currently supported via the .Net Core Debugger on `VS4M` – SushiHangover Dec 13 '17 at 22:08
1 Answers
0
You could look at capturing intellitrace logs and take them on your Mac.
https://learn.microsoft.com/nl-nl/visualstudio/debugger/using-the-intellitrace-stand-alone-collector
Or, the new snapshot debugger... https://azure.microsoft.com/en-us/blog/snapshot-debugger-for-azure/

Clemens Reijnen
- 126
- 3
-
IntelliTrace stand-alone collector does not seem to work with ASP.Net Core projects on the Mac. Are you sure that this can be done? The Snapshot Debugger sounds like it could fit the bill. I signed up for the private preview. I'll mark your answer as correct if it works. – JSWilson Dec 15 '17 at 00:15