I am trying to remote debug my net46 ASP.NET Core application in Azure. It appears the debugger attaches to the process just fine (WebApiNetCore.exe), however the breakpoints I've set are not being hit.
The available processes I have to choose from are here.
I've tried selecting all of these options and they don't seem to work either.
Is it currently possible to remote debug a net46 ASP.NET Core application?
I have found a resolution to this issue.
Originally, if I select "Attach to Debugger" through Cloud Explorer, I get the following error:
So I tried the following steps to attaching a debugger manually: