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.

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.
source
share