Reputation: 1507
I am working on Mvc 5 on VS 2012.
However, I am unable to debug views (.cshtml) files. Even the intelligence is not working in views. I am able to debug other source code except views.
can somebody advise what could be the issue?
Upvotes: 1
Views: 55
Reputation: 3307
I can debug MVC Views only from IE meaning I have to select Internet Explorer from VS menu to run the project. Set debug pointer in Views then it works.
Upvotes: 1