In browser JavaScript debugging/profiling -


i looking way/solution can see javascript function of being called in browser, while on website.

i imagine similar firebug (and may possible in firebug, havent stumbled upon yet/easily)

where 'plug-in' running/started (like firebug).. , if click/hover (interact) page , element has sort of javascript or jquery functions calls, bound to, executes... i'd know:

  • the event
  • the function name
  • function details/code

i have read old tutorials chrome (but wasnt same in current browsers).. saw mention of being done in firebug, not sure navigate panels see above desired data.

for better understanding , terminology use.. 'debugging' or 'profiling'?

and how can described above? (firebug? different plug-in?)

  • i trying debug local web dev stuff.. using bootstrap.js.. , want follow along on js functions being called.

apparently there eventbug plugin firebug seems want.


Comments

Popular posts from this blog

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

python Tkinter Capturing keyboard events save as one single string -

sql server - Why does Linq-to-SQL add unnecessary COUNT()? -