-1

With reference to VS2010 ASP.NET: How can I set a breakpoint in my Javascript?

I was using IE10 but was unable to see some properties in it. So i switched back to IE8. But now I am not able to debug my jquery. Also i am unable to see the dynamically created pages in the solution explorer where i can put break points. Please help. I tried putting debugger; as mentioned in lot of solutions but still was not able to see the dynamically created pages.

Community
  • 1
  • 1
mailmehere
  • 173
  • 1
  • 3
  • 14
  • its ok you(someone) gave my question -1 but please answer it as well..i am stuck on it. – mailmehere Jan 14 '14 at 09:27
  • http://stackoverflow.com/a/4498361/2190878 here also it is written that a 'Script Documents' folder is created. But i am not able to get that folder. How to get it. – mailmehere Jan 14 '14 at 09:31

1 Answers1

0
  1. Re-register all dll's present in C:\Program Files\Common Files\microsoft shared\VS7Debug using regsvr32. 2. IE->Tools->Internet Options->Advance tab->uncheck 'Disable script debugging'. Restart IE.
mailmehere
  • 173
  • 1
  • 3
  • 14