Den torsdagen den 10:e maj 2012 kl. 12:04:59 UTC+2 skrev AlphaPage: > > I need to right click getStr, select "add > watch" then reformat the watch from "module2.getStr" to > "module2.getStr()" and finally get the data "input". > So, for functions with .length === 0, a right-click option "watch return value" would be good?
FireClosure <https://github.com/simonlindholm/fireclosure> would also give you exactly what's needed here - you could just add a watch for "module2.%str". Would you mind trying it out and giving me some feedback? (It's somewhat fragile, and works only with >= Firefox Aurora.) -- 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 https://groups.google.com/forum/#!forum/firebug
