I am debugging a webapp in Chrome and seeing something like window.MyApp.getSomeStats()
. I can call it and see some output.
Is this possible to navigate to source of the code of this function/method in "Source" tab?
I am debugging a webapp in Chrome and seeing something like window.MyApp.getSomeStats()
. I can call it and see some output.
Is this possible to navigate to source of the code of this function/method in "Source" tab?