Search code examples
javascriptvisual-studio-2005debugging

javascript debugger stuck on break or continue


I have an older vs2005 asp.net application and occasionally the javascript debugger will break in with the "Microsoft JScript runtime error: 'null' is null or not an object" popup with the options "Break" and "Continue".

The statement it breaks on is usually some piece of html that does not have any scripting, and clicking either button does nothing, the error keeps coming up until I stop the whole process.

What can I do to stop this from happening? It's very annoying.


Solution

  • Several reboots later it suddenly started showing the proper script error location, I have no clue why it's working properly now but I'll take it.