Alex Vincent
05-18-2004, 02:44 AM
If you just want to look at the script itself, ecmaDebug.js (http://weblogs.mozillazine.org/weirdal/ecmaDebug.js)
If you want to look at the rationale,
http://weblogs.mozillazine.org/weirdal/archives/005505.html
This is written mainly for Mozilla-based applications; I don't have an Internet Explorer version (and I don't plan on building one... though you're certainly welcome to. It wouldn't be too hard, I think -- just removing chrome-specific code, like the warn() function). Basically, the idea is to add "sanity checks" for people who write scripts... while at the same time not forcing end-users to suffer ignominously.
If you want to look at the rationale,
http://weblogs.mozillazine.org/weirdal/archives/005505.html
This is written mainly for Mozilla-based applications; I don't have an Internet Explorer version (and I don't plan on building one... though you're certainly welcome to. It wouldn't be too hard, I think -- just removing chrome-specific code, like the warn() function). Basically, the idea is to add "sanity checks" for people who write scripts... while at the same time not forcing end-users to suffer ignominously.