Canny wrote: > Hi guys, > > I am fresh to this charming web application debugging tool. But after > some study, I still can't find a way to setup breakpoints in JS file > so that every time certain event is triggered, the execution will > pause there in debugging mode. Is this really possible with Firebug? > > Thanks, > Canny > > > > > go to the script tab, select the resource you wanna debugg, then click all the way on the left of the line number of the line you wana break. if you click the breakpoints tab on the panel to the right of this you will see an itemized list of break points, you can also click on watch tab to set watches on specifc classes, functions or class members (variables).
kara --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
