8 references to WaitForDebuggerOption
aspire (8)
Commands\ExecCommand.cs (1)
138var waitForDebugger = parseResult.GetValue(RootCommand.WaitForDebuggerOption);
Commands\PipelineCommandBase.cs (1)
154var waitForDebugger = parseResult.GetValue(RootCommand.WaitForDebuggerOption);
Commands\RootCommand.cs (3)
83(WaitForDebuggerOption, pr => pr.GetValue(WaitForDebuggerOption) ? ["--wait-for-debugger"] : null), 180Options.Add(WaitForDebuggerOption);
Commands\RunCommand.cs (2)
213var waitForDebugger = parseResult.GetValue(RootCommand.WaitForDebuggerOption); 619var waitForDebugger = parseResult.GetValue(RootCommand.WaitForDebuggerOption);
Commands\StartCommand.cs (1)
52var waitForDebugger = parseResult.GetValue(RootCommand.WaitForDebuggerOption);