For now, I'm only able to watch 'public' var, but I'd like to watch private var. To bypass the problem, I need to add 'this' before my var to make it 'public' which is very boring.
Honza, your answer works if my object is used 3 or 4 times max, but my object is often inside a for loop, so it will break to often. That's why I hope 'private' or 'nested' var could be displayed in watch tree without depending on internal breakpoint. -- 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
