Preview JavaScript values inline while debugging

Published on Updated on

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):

  1. Go to DevTools settings (the cog wheel).
  2. Check General > Sources > Display variable values inline while debugging.

Updated on Improve article

We serve cookies on this site to analyze traffic, remember your preferences, and optimize your experience.