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.