6 references to WaitForDebuggerOption
aspire (6)
Commands\ExecCommand.cs (1)
149var waitForDebugger = parseResult.GetValue(RootCommand.WaitForDebuggerOption);
Commands\PipelineCommandBase.cs (1)
111var waitForDebugger = parseResult.GetValue(RootCommand.WaitForDebuggerOption);
Commands\RootCommand.cs (3)
82(WaitForDebuggerOption, pr => pr.GetValue(WaitForDebuggerOption) ? ["--wait-for-debugger"] : null), 170Options.Add(WaitForDebuggerOption);
Commands\RunCommand.cs (1)
251WaitForDebugger = parseResult.GetValue(RootCommand.WaitForDebuggerOption),