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