The built-in JavaScript debugger

While developing your next site, you’ve may noticed that under IE, specially version 6, it’s very hard to debug any kind of JavaScript code. Yes actually if you’ve configured the browser for that purpose you may get any message, which unfortunately is completely useless. In general the message is something like: “There’s an script error on some line of the code!”, but very often there’s no such line of code or it’s empty or something else. Actually that poor debugger is giving the error by the generated script code which really does not help.

Microsoft Script Debugger

The installation of Microsoft Script Debugger solves this problem. It gives the line and the code, even highlights the error.

Related posts:

  1. __flash__removeCallback problem on IE6
  2. flash player with debugger issue
  3. jQuery debug plugin
  4. JQuery ajax script call
  5. IE developer tools
  6. JavaScript code convention
  7. write in the Safari javascript console
  8. Flex Javascript communcation example
  9. ExternalInterface from JavaScript to IE/Firefox
  10. javascript: detect browser speed and load the “slow connection” site version