JetBrains Rider
 
2021.2
Get JetBrains Rider
You are viewing the documentation for an earlier version of JetBrains Rider.

Debugging

Last modified: 25 August 2021

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 Alt+5 or select View | Tool Windows | Debug in the main menu.

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

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

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