Add this to your js files where you want it to break:
debugger;
Then step into/over/out like any other debugger.
Works for dynamically loaded scripts and pages. Only works in Chrome as far as I know.
Add this to your js files where you want it to break:
debugger;
Then step into/over/out like any other debugger.
Works for dynamically loaded scripts and pages. Only works in Chrome as far as I know.