Hardest javascript debugging problem ever
Posted
by Craig
on Stack Overflow
See other posts from Stack Overflow
or by Craig
Published on 2008-10-13T02:02:03Z
Indexed on
2010/04/10
20:43 UTC
Read the original article
Hit count: 395
We have an ASP.NET application and when running on client site they often get null reference Javascript errors. As with all these errors the information IE6 displays is less than helpful. But the problem is as soon as I install IE script debugger and try and debug a bit more the error becomes non-reproducible.When script debugger is not installed then the error occurs again. Are there any other tools that could be helpful for javascript debugging on client site. The error is also not produced with IE7 or Firefox.
© Stack Overflow or respective owner