Rider's debugger does not support the following types of applications:
Single-file applications â applications that were built with the /p:PublishSingleFile=true
flag.
Native applications that host CLR to run .NET code. For example, applications that use CLR Hosting.
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.
Typical debugging stepsDefine a run/debug configuration for the program that you want to debug.
Set breakpoints in the source code where the potential problem may lie.
Start debugging by launching your program in the debug mode Shift+F9 or attaching to a running process Ctrl+Alt+F5.
When the program execution breaks, step through your code, inspect variables, and evaluate expressions.
You can edit the code of a suspended program and then continue debugging without restarting with Hot Reload.
Resume the debugging session F9 to let the program run to the next breakpoint, if any.
To finish the debugging session, press Ctrl+F2, select in the menu, or click Stop in the Debug window.
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:
You may be also interested in the following language- and framework-specific guidelines:
For the full list of JetBrains Rider keyboard shortcuts, refer to Keyboard shortcuts in predefined keymaps.
10 June 2024
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4