2 references to ExecutableLaunchMode
Aspire.Hosting.Python (2)
src\Aspire.Hosting\Dcp\Model\ExecutableLaunchConfiguration.cs (2)
30
public string Mode { get; set; } = System.Diagnostics.Debugger.IsAttached ?
ExecutableLaunchMode
.Debug :
ExecutableLaunchMode
.NoDebug;