1 reference to Debug
Aspire.Hosting (1)
Dcp\Model\Executable.cs (1)
245
public string Mode { get; set; } = System.Diagnostics.Debugger.IsAttached ? ProjectLaunchMode.
Debug
: ProjectLaunchMode.NoDebug;