Dean.DePue
Dean.DePue

Reputation: 1013

Debug JavaScript with VS 2012

I was using VS 2010 for a long time and actually was able to place break points in the javascript of a page and debug the code. Now, with VS 2012, I can no longer do that. Does anyone know why or if there is a way to debug?

Upvotes: 0

Views: 357

Answers (1)

Jobert Enamno
Jobert Enamno

Reputation: 4461

did you check what's the default browser used when running application from VS2012? Note that you can only debug JavaScript file using IE

Upvotes: 1

Related Questions