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

Debugging

Last modified: 31 October 2023

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/2023.2/debugging-alt-enter.png
Gif

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