user2431114
user2431114

Reputation: 361

JavaScript debugging not working in visual studio 2010

Hi there i have downgraded internet explorer from ie 10 to ie 9. As a result of this the javascript debugger is not working in visual studio 2010 i have installed 64 bit version of the ie9. how can i make it work?

i have also tried : Disable script debugging in Internet Explorer. but that didnt work.

Thanks.

Upvotes: 0

Views: 807

Answers (1)

Joseph
Joseph

Reputation: 849

Try "debugger;" anywhere in between javascript codes.It Works as a breakpoint . I'm not sure it works in IE but it surely works in Chrome. :)

Upvotes: 2

Related Questions