Remote debugging Azure website: Breakpoints not hit

后端 未结 6 1822
余生分开走
余生分开走 2021-01-04 21:48

I\'ve got an ASP.NET website that I deployed to Azure. I\'m using VS2013, .NET 4.5.1 and Azure SDK 2.2. I turned on remote debugging for VS2013 in the management portal. I c

6条回答
  •  攒了一身酷
    2021-01-04 22:37

    I was having this problem with a .Net Core Azure Function project. The following github issue speaks to it, but solution didn't solve my problem:

    https://github.com/Azure/Azure-Functions/issues/872

    I finally stumbled across the answer here:

    http://dontcodetired.com/blog/post/Remote-Debugging-Azure-Functions-V2-The-breakpoint-will-not-currently-be-hit-No-symbols-have-been-loaded-for-this-document

    It boils down to manually attaching to the process in Azure, rather than relying on the Cloud Explorer right-click functionality.

提交回复
热议问题