Using the attached file which tries to alert an unknown variable gives a red FBTrace message: errors.observer logScriptError have errorStackTrace error object: [JavaScript Error: "xyz is not defined" ...
When I click on this line to expand it, I get a red message: errors.observer..... [JavaScript error: "iter.next is not a function]. When I click on that line, it opens showing the stack trace: domplate.js (222). This is in the compileMarkup.__loop__ method. If I dump the iter properties just before the while(1) I get an object with frames (with 2 frames), toString, reverse and destory. (Now I alos get an error 'too much recursion'). It appears that sometimes when you get a logScriptError and click on it, the iter is not the iter but some kind of stack object. Sometimes the iter is what it supposed to be. I cannot discover when or why this happens. If I click on another line, I get an iter with one function: next. So it appears to only affect the errors.observer logScriptError line. See screenshot. I thought I'd share this with you but don't know if it is of any help. (Maybe you only want solutions :) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Firebug" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/firebug?hl=en -~----------~----~----~----~------~----~------~--~---
