Run, debug, test, deploy
Last modified: 20 August 2021In this section:
- Running
- Debugging
- Edit running code with Hot Reload
- 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:
Ctrl+F5 | |
Ctrl+Alt+Shift+R | |
Alt+F5 | |
Alt+Shift+F9 | |
Ctrl+Alt+P | |
Alt+Shift+P | |
Shift+F5 | |
Ctrl+Alt+Break | |
F5 | |
Alt+F10 | |
Stop Background Processes... | Ctrl+Shift+F2 |
F10 | |
Alt+Shift+F8 | |
F11 | |
Alt+Shift+F11 | |
N/A | |
Shift+F11 | |
Ctrl+F10 | |
Ctrl+Alt+F9 | |
Ctrl+Shift+F10 | |
Alt+NumPad * | |
Ctrl+Alt+Q | |
Ctrl+Alt+F8 | |
F9 | |
Ctrl+Alt+Shift+F8 | |
Ctrl+F9 | |
Ctrl+Alt+B | |
Alt+F9 | |
Alt+4 | |
Alt+5 | |
N/A | |
Ctrl+E, Ctrl+T |
... and the following shortcuts for unit testing commands:
Alt+Shift+U | |
Ctrl+U, R | |
Ctrl+U, D | |
Ctrl+U, S | |
Ctrl+U, U | |
Ctrl+U, F | |
Ctrl+U, W | |
Ctrl+U, L | |
Ctrl+U, N | |
Ctrl+U, A | |
Ctrl+U, Y | |
Ctrl+U, M | |
Shift+Enter | |
Ctrl+D | |
Ctrl+Y | |
Alt+Shift+Insert | |
Ctrl+Alt+Insert | |
Delete | |
Ctrl+L | |
Alt+8 |
For the full list of JetBrains Rider keyboard shortcuts, see Keyboard shortcuts in predefined keymaps.