4 references to DebugOption
aspire (4)
Commands\PipelineCommandBase.cs (1)
105var debugMode = parseResult.GetValue(RootCommand.DebugOption);
Commands\RootCommand.cs (1)
116Options.Add(DebugOption);
Commands\RunCommand.cs (2)
231Debug = parseResult.GetValue(RootCommand.DebugOption), 672if (parseResult.GetValue(RootCommand.DebugOption))