6 references to WaitForDebuggerOption
aspire (6)
Commands\ExecCommand.cs (1)
138var waitForDebugger = parseResult.GetValue(RootCommand.WaitForDebuggerOption);
Commands\PipelineCommandBase.cs (1)
108var waitForDebugger = parseResult.GetValue(RootCommand.WaitForDebuggerOption);
Commands\RootCommand.cs (3)
83(WaitForDebuggerOption, pr => pr.GetValue(WaitForDebuggerOption) ? ["--wait-for-debugger"] : null), 177Options.Add(WaitForDebuggerOption);
Commands\RunCommand.cs (1)
227WaitForDebugger = parseResult.GetValue(RootCommand.WaitForDebuggerOption),