To debug minified JavaScript in Chrome DevTools do the following:
- Open DevTools (ctrl-shift-i)
- Open source tab
- Select source file
- Click {} in the lower left corner of the source window
- Set breakpoint(s) and start debugging
To debug minified JavaScript in Chrome DevTools do the following: