Run, debug, test, deploy
In 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:
Shift+F10 | |
Alt+Shift+F10 | |
Shift+F9 | |
Alt+Shift+F9 | |
Ctrl+Alt+F5 | |
Ctrl+F2 | |
F6 | |
F9 | |
Alt+F10 | |
Stop Background Processes... | Ctrl+Shift+F2 |
F8 | |
Alt+Shift+F8 | |
F7 | |
Shift+F7 | |
Alt+Shift+F7 | |
Shift+F8 | |
Alt+F9 | |
Ctrl+Alt+F9 | |
Ctrl+Alt+Shift+F9 | |
Alt+F10 | |
Alt+F8 | |
Ctrl+Alt+F8 | |
Ctrl+F8 | |
Ctrl+Alt+Shift+F8 | |
Ctrl+F9 | |
Ctrl+Shift+F8 | |
Ctrl+Shift+F8 | |
Alt+4 | |
Alt+5 | |
Alt+8 | |
Ctrl+E, T |
... and the following shortcuts for unit testing commands:
Alt+Shift+U | |
Ctrl+;, R | |
Ctrl+;, D | |
Ctrl+;, S | |
Ctrl+;, T | |
Ctrl+;, F | |
Ctrl+;, W | |
Ctrl+;, L | |
Ctrl+;, N | |
Ctrl+;, A | |
Ctrl+;, Y | |
Ctrl+;, M | |
Shift+Enter | |
Ctrl+D | |
Ctrl+Y | |
Alt+Shift+Insert | |
Ctrl+Alt+Insert | |
Delete | |
Ctrl+L | |
Alt+Shift+8 |
For the full list of JetBrains Rider keyboard shortcuts, see Keyboard shortcuts in predefined keymaps.