Sounds like a reasonable request but I don't know how to implement it. We might be able to stop again after the last statement, but it would mean stopping even when there is a return and that would not be popular.
jjb On Jan 7, 10:58 am, Woody <[email protected]> wrote: > My onclick handler ends without an explicit return statement. The last > line of the handler assigns a value to a variable, and I'd like to see > the result, even if it is a local variable, which is going out of > scope; if it is a global variable, my previous question (How to see > global variables?) applies. -- 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.
