Preview JavaScript values inline while debugging
While debugging, you can preview the values of JavaScript variables at that current point in time - this even works with minified scripts (after you pretty print).
To enable this feature (if it's not already):
- Go to DevTools settings (the cog wheel).
- Check General > Sources > Display variable values inline while debugging.