I have a huge problem with debugging in visual studio 2017. It started to happen all at once and I don't understand why. I can not debug, all the time I am having famous 'the breakopint will not currently be hit' message.
I am working on MVC project - I've checked if .PDB files are in the bin folder -> they are, for every project. I have aslo followed instructions here, but nothing helped.
What else can I try? I've checked that my configuration is in debug mode, I've unchecked 'enable just my code' option and do other things suggested in the post. But, still no success. If I check Debug - Windows - Modules, it's empty. Why is it not loading any assemblies for debugging?