Run and debug UWP applications
You can run and debug a Universal Windows Platform (UWP) application the same way as you run other application types — by configuring the application startup properties in a run configuration and then launching this configuration with the debugger attached AltF5 or without debugging CtrlF5.
By default, JetBrains Rider creates a necessary run configuration when you first open a solution with a UWP application or a MAUI project. You can customize this configuration or add more configurations of the same type for different launch scenarios.
Open the Run/Debug Configuration dialog in one of the following ways:
Select Run | Edit Configurations from the main menu.
With the Navigation bar visible (View | Appearance | Navigation Bar), choose Edit Configurations from the run/debug configuration selector.
Press CtrlAltShift0R and then press 00.
In the Run/Debug Configuration dialog, click Add New Configuration
Ctrl0N, choose the UWP configuration type, and specify a name that will help you identify this configuration in the future.
Optionally, adjust the common settings of the configuration and configure before launch tasks.
Choose a startup project of UWP type.
Optionally, specify program arguments that will be passed to the executable when the configuration is started. Multiple arguments should be separated with whitespaces.
For some project types (for example, Web Application), JetBrains Rider will fill this field automatically so that the target project could be started correctly.
Click Apply to save the configuration.
![JetBrains Rider: Run/debug configuration. UWP JetBrains Rider: Run/debug configuration. UWP](https://resources.jetbrains.com/help/img/rider/2024.3/run_configuration_uwp.png)