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