You can search in all files using Chrome DevTools. Find your function and debug it:
- Open DevTools (F12)
- Go to sources tab
- Open Search All Files by pressing
ctrl + shift + f(Win) orcmd + option + f(Mac) - Search getCurrentPosition
- Put a breakpoint (By clicking the line number at the left of the line)
