javascript - Chrome developer tools: is there a way to show what calls the function? -
just in topic: there way show calls function want inspect? have issue, function called twice, , dont know calls second time...
thanks, uksz
you can try using monitor() command in console. able monitor function calls , parameters passed when called.
https://developer.chrome.com/devtools/docs/commandline-api#monitorfunction
Comments
Post a Comment