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