> For example, choosing a button and Firebug directing me to the code that
> is triggered to run when clicking that button.
You can also use a function called break-on-next, which can stop
JavaScript execution on the next executed line 
(e.g. at the line that is called after you click a button)

http://www.softwareishard.com/blog/firebug/firebug-15-break-on-next/
https://getfirebug.com/wiki/index.php/Script_Panel#Break_On_Next

Honza




On Saturday, September 7, 2013 10:56:28 AM UTC+2, Sebastian Zartner wrote:
>
> There's a command called 
> getEventListeners()<https://getfirebug.com/wiki/index.php/Command_Line_API#getEventListeners.28.29>,
>  
> which allows to get all related event listeners. You may also be interested 
> in the Firebug extension called 
> Eventbug<https://getfirebug.com/wiki/index.php/Firebug_Extensions#Eventbug>
> .
> We also plan to integrate Eventbug into 
> Firebug<http://code.google.com/p/fbug/issues/detail?id=5440>
> .
>
> Sebastian
>
> On Saturday, September 7, 2013 10:05:11 AM UTC+2, Konstantinos 
> Papakonstantinou wrote:
>>
>> Hello,
>>
>> I am completely new to Firebug. I want to know if Firebug can show me the 
>> Javascript functions/code that an element may be associated with.
>>
>> For example, choosing a button and Firebug directing me to the code that 
>> is triggered to run when clicking that button.
>>
>> Thanks for your help.
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Firebug" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/firebug.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/firebug/28c3b61d-1202-4002-915d-39f43c145373%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to