Run, debug, test, deploy
In this section:
- Running
- Debugging
- Edit running code with Hot Reload
- Monitoring
- Unit testing
- Coverage analysis of .NET code
- Performance profiling of .NET code
- Memory profiling of .NET code
- Dynamic Program Analysis (DPA)
- Create NuGet packages
- Publish .NET applications to folder
- C# Interactive
You can use the following shortcuts for running and debugging programs:
CtrlF5 | |
CtrlAltShift0R | |
AltF5 | |
AltShiftF9 | |
CtrlAlt0P | |
AltShift0P | |
ShiftF5 | |
CtrlAltBreak | |
F5 | |
AltF10 | |
Stop Background Processes... | CtrlShiftF2 |
F10 | |
AltShiftF8 | |
F11 | |
AltShiftF11 | |
| |
ShiftF11 | |
CtrlF10 | |
CtrlAltF9 | |
CtrlShiftF10 | |
AltNumPad * | |
CtrlAlt0Q | |
CtrlAltF8 | |
F9 | |
CtrlAltShiftF8 | |
CtrlF9 | |
CtrlAlt0B | |
AltF9 | |
Alt04 | |
Alt05 | |
| |
Ctrl0E,Ctrl0T |
... and the following shortcuts for unit testing commands:
AltShift0U | |
Ctrl0U,0R | |
Ctrl0U,0D | |
Ctrl0U,0S | |
Ctrl0U,0C | |
Ctrl0U,0G | |
Ctrl0U,0U | |
Ctrl0U,0F | |
Ctrl0U,0W | |
Ctrl0U,0L | |
Ctrl0U,0N | |
Ctrl0U,0A | |
Ctrl0U,0Y | |
Ctrl0U,0M | |
ShiftEnter | |
Ctrl0D | |
Ctrl0Y | |
AltShiftInsert | |
CtrlAltInsert | |
Delete | |
Ctrl0L | |
Alt08 |
For the full list of JetBrains Rider keyboard shortcuts, refer to Keyboard shortcuts in predefined keymaps.