# ExecutableLaunchMode Fields

- Package: [Aspire.Hosting](/reference/api/csharp/aspire.hosting.md)
- Type: [ExecutableLaunchMode](/reference/api/csharp/aspire.hosting/executablelaunchmode.md)
- Kind: `Fields`
- Members: `2`

Well-known launch modes that can be requested when an IDE or extension host launches a resource.

<a id="debug"></a>

## Debug

- Name: `Debug`
- Modifiers: `static` `const`
- Returns: `string`

Launch the resource under the debugger.

```csharp
public const static string Debug
```

<a id="nodebug"></a>

## NoDebug

- Name: `NoDebug`
- Modifiers: `static` `const`
- Returns: `string`

Launch the resource without debugging.

```csharp
public const static string NoDebug
```
