You need to set the breakpoint in the js file at the line that is function
setFormAction().
In the script tab click the drop down (last one on the line under the tabs)
and select the file that your function exists in.

Nick

On Mon, Apr 20, 2009 at 6:35 PM, madzone <[email protected]> wrote:

>
> Hello all,
>       I have a html page in which an image on it's click calls a
> javascript function. like this
>
> <img src="apply.gif" onclick="javascript:setFormAction(); submitForm
> ()" />
>
> Both the functions shown above are in a javascript file that is
> included in the html page. Now when I set the break point on the above
> line (<img src...), it does not work. I was hoping that clicking the
> image will take me to the debug and was hoping to step into these
> functions. I could not do that as this breakpoint was never hit :-(.
> Could somebody help me here. I'm a new bee to Firebug.
>
> Thanks in advance,
>   - M
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to