Hey guys, I don't know if this is either possible or even reasonable but I'll propose it anyways.
Its not always feasible to put a breakpoint in the JavaScript source. This is true, for instance, if you're working with third party code (I'm running through the behaviour of a commercial CMS right now) or if functions may have been overloaded. It would be nice if you could select an Element, and select an event on which to start debugging. So I can select some button and start debugging the click event. When the click event happens, the debugging start. This would allow you to know ALL the functions that are called by the event. Adam --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
