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