Evaluate Expressions When Debugging
How to check the value of an expression in WebStorm.
You can easily check the value of an expression when you are debugging using Evaluate Expression.
There are 3 ways you can use it:
- Click the debug toolbar button to launch it.
- Invoke the Evaluate Expression action ⌥⌘F8 (macOS) / Ctrl+Alt+F8 (Windows/Linux).
- Right-click in the editor and select Evaluate Expression.