Hi everyone.
I'm looking on pointers of how to debug firebug itself. I get script
errors in my application that suggest a crash coming from spy.js.
Here's an example stack I get:
Message: Script error. Url: chrome://firebug/content/spy.js Line: 0
Call Stack ---------- Error()@:0 window$onerror("Script
error.","chrome://firebug/content/spy.js",0)@https://
r3.res.outlook.com/owa/14.1.165.0/scripts/premium/uglobal.js:1
function Array$get_Length() { return this.length; } function Array
$get_Item(a) { return this[a]; } function Array$get_Enumerator()
{ return new (Owa.Collections.ListEnumerator)(this); } function Array
$remove(b) { var a = this.indexOf(b); a > -1 &&
this.splice(a, 1); return a > -1; } function Array$removeAt(a) { if
(a < this.length) { this.splice(a, 1); return true; } return
false; } function Array$add(a) { this.push(a); } function Array
$clone() { return this.slice(); } Detailed Call Stack
------------------- Dump Event ----------
Much obliged,
Max.
--
You received this message because you are subscribed to the Google Groups "Firebug" group.
To post to this group, send email to
fir...@googlegroups.com.
To unsubscribe from this group, send email to
firebug+u...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/firebug?hl=en.