I have a function in JS which is getting called from multiple places..
Now I am testing this page on an iPad and hence find debugging a bit hard.
Can I find out by some way (print on console) from where my function is getting called from ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Like this?
If you use
'use strict';in your JavaScript file, you need to comment/remove it, because otherwise you’ll get something like this: