JetBrains Fleet
 

Run and debug C# code

Last modified: 11 February 2024

To run and debug code, JetBrains Fleet uses run configurations. You can have a single configuration for your application, or you can configure multiple configurations to launch different parts of your code with different parameters.

For .NET projects of executable types (such as console application or WPF application) run settings are discovered automatically. If you want to run or debug such projects with default parameters, you don't have to create a run configuration explicitly. However, if you want to customize startup parameters, you need to create a run configuration.

JetBrains Fleet also automatically creates run configurations based on launchSettings.json profiles with "commandName": "Project".