On Jun 29, 12:41 pm, Dims <[email protected]> wrote: > How to start tracing from within inline javascript, like the > following: > > href="javascript:WebForm_DoPost... > > I don't know where function WebForm_DoPost... is situated and hece I > want tracer to help me find it. > > I.e. is it possible to set breakpoint to this HTML line?
You can open the script panel and set "Break on Next", the pause button. Then trigger the link. If your page does not have other things fire before you click, then you will break. Or copy the text in to the command line. jjb -- 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.
