I have a C# Azure Function that I develop in Visual Studio 2017. Everything works fine but when I want to debug locally and set a break point, the break point is not hit and the following message is displayed: 'The breakpoint will not currently be hit. No symbols have been loaded for this document.'
How can I get the break points working?
To be able to use break points do the following: in Visual Studio go to Tools -> Options -> Debugging -> General
There uncheck Use Managed Compatibility Mode.
Then it should work.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With