On Mon, Sep 7, 2009 at 09:01, cmyker<[email protected]> wrote: > Is it possible? Break on next is very useful feature to quickly step > in binded to the object function (for example binded by click), but > sometimes it isn't so helpful, for example object has 2 binded > functions: on mouse over and on click, i want to step in click > function, but mouse over function will be activated first. If I could > activate break on next with hotkey i could move mouse over the object > first, and after that activate break, but at this time i need to move > mouse to the firebug's window first...
I don't know if having a way to set break-on-next with the keyboard would be the best solution to your problem. Maybe having a way to listen only to certain handlers associated with an element would be a better solution, and there is work being done in that direction. If I recall correctly, we're waiting for a blocking Firefox bug to get fixed before further developing on that. HernĂ¡n --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
