debug javascript function with parameters -


i have website javascript , when move mouse on website, there function triggered. need debug whole javascript code step step when executed. need find out function called (and parameters too).

how can - should use this? real time debugger?

edit: see script loaded url (my site mydomain.tld, second script loads seconddomain.tld). second script obfuscated/minimized , control clicks on website (when clicked, triggers 1 function). possible javascript on site call function in second script? if yes, how please.

i need find out function called

in console (firebug, developer tools, etc.) can click profile button or use commands:

console.profile(); //... console.profileend(); 

and display functions called during profiling.

then can use debugger; command inside functions mentions.


Comments

Popular posts from this blog

Hatching array of circles in AutoCAD using c# -

ios - UITEXTFIELD InputView Uipicker not working in swift -

Python Pig Latin Translator -