Attach a debugger - the breakpoint will not be deleted at the moment. No characters were loaded for this document

I am trying to debug code deployed on Azure sites by adding a debugger. When I place a breakpoint anywhere in the code, it displays a similar error, as indicated in the image.

The breakpoint will not be currently hit. No symbols have been loaded for this document.

enter image description here

When I debug locally, this works fine. I see a ton of suggested answers at the time of publication here, but none of them helped me. As I said, debugging works locally completely, but not with a debugger application.

Development Environment: Visual Studio 2015 Enterprise on Windows 10.

Any help is appreciated.

+4
source share
1

.

C:\Windows\System32\inetsrv > appcmd wp

w3wp . Visual Studio Admin , ctrl + alt + p w3wp , .

, , . enter image description here Debug = "true".

+3

Source: https://habr.com/ru/post/1614605/


All Articles