1 write to Debug
aspire (1)
Commands\RunCommand.cs (1)
231Debug = parseResult.GetValue(RootCommand.DebugOption),
2 references to Debug
aspire (2)
Projects\DotNetAppHostProject.cs (1)
287Debug = context.Debug
Projects\GuestAppHostProject.cs (1)
345var (appHostServerProcess, appHostServerOutputCollector) = appHostServerProject.Run(socketPath, currentPid, launchSettingsEnvVars, debug: context.Debug);