Reputation: 7105
I'm trying to debug javascript code in a MVC 4.5 application using visual studio 2012 and internet explorer 10 but visual studio doesn't break on my set breakpoints.
I enabled script debugging in IE and restarted, is there anything else I have to do?
Upvotes: 0
Views: 391
Reputation: 7105
My javascript was contained within my view, moving the code to an external js file seemed to do the trick.
Upvotes: 1