JetBrains Rider
 
Get JetBrains Rider
Get your hands on the new features ahead of the release by joining the Early Access Program for Rider 2025.1! Learn more

Debugging

Last modified: 10 June 2024

Debugger is an integral part of JetBrains Rider that allows you to examine the runtime behavior of your application, identify problematic code, and isolate the source of the problem step by step.

The major part of debugging activities takes place in the Debug window, which becomes available once you start debugging. To open this window, press Alt05 or select View | Tool Windows | Debug in the main menu.

While debugging, you can also perform the most common debugger actions from the AltEnter menu. For example Run to Cursor, Skip to Cursor or Toggle breakpoints:

https://resources.jetbrains.com/help/img/rider/2024.3/debugging-alt-enter.png
Gif

You may be also interested in the following language- and framework-specific guidelines: