I have a function which is being called from several files. Is there a way to determine from which file a function is being invoked by tools like Chrome DevTools? With the above, I can see the arguments being passed to the functions thanks to Chrome’s developer tools but I cannot find from where the function is being called. Answer
Tag: javascript-debugger
How to debug only one js file
I have lot of my JS files in my projects. Some of them are external libraries. I want to know what JS code is executing for current user interaction. I have set up break point in chrome as describe here. But there are already lots of JS files and lots are added by Visual Studio of his own. So it