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 | |
Attach to Process... | Control+Alt+F5 |
Reattach to Process... | Control+Alt+Shift+F5 |
Control+F2 | |
Control+D, P | |
F9 | |
Control+O, A | |
Stop Background Processes... | Control+Shift+F2 |
F8 | |
Alt+Shift+F8 | |
F7 | |
Shift+F7 | |
Alt+Shift+F7 | |
Shift+F8 | |
Alt+F9 | |
Control+Alt+F9 | |
Control+Alt+Shift+F9 | |
Alt+F10 | |
Alt+F8 | |
Control+Alt+F8 | |
Control+F8 | |
Control+Alt+Shift+F8 | |
Control+D, X | |
Control+Shift+F8 | |
Control+Shift+F8 | |
Alt+4 | |
Alt+5 | |
Alt+8 | |
Control+I, S |
... and the following shortcuts for unit testing commands:
Alt+Shift+U | |
Control+;, R | |
Control+;, D | |
Control+;, S | |
Control+;, T | |
Control+;, F | |
Control+;, W | |
Control+;, L | |
Control+;, N | |
Control+;, A | |
Control+;, Y | |
Control+;, M | |
Shift+Enter | |
Control+D | |
Control+Y | |
Alt+Shift+Insert | |
Control+Alt+Insert | |
Delete | |
Control+L | |
Alt+Shift+8 |
For the full list of JetBrains Rider keyboard shortcuts, refer to Keyboard shortcuts in predefined keymaps.