Add and Remove Breakpoints Quickly

How to toggle breakpoints without using the mouse.

Want to add or remove a breakpoint to the current line without using a mouse? Just press ⌘F8 (macOS) / Ctrl+F8 (Windows/Linux).


Related Resources

Evaluate Expressions When Debugging
How to check the value of an expression in WebStorm.
Getting Helpful Suggestions
Look out for suggestions from WebStorm! They can help you not to forget about an important thing.
See Return Values in Variables View
See what value a method returns.