7 references to WaitForDebuggerOption
aspire (7)
Commands\PipelineCommandBase.cs (1)
204var waitForDebugger = parseResult.GetValue(RootCommand.WaitForDebuggerOption);
Commands\RootCommand.cs (3)
114(WaitForDebuggerOption, pr => pr.GetValue(WaitForDebuggerOption) ? ["--wait-for-debugger"] : null), 191Options.Add(WaitForDebuggerOption);
Commands\RunCommand.cs (2)
323var waitForDebugger = parseResult.GetValue(RootCommand.WaitForDebuggerOption); 1378var waitForDebugger = parseResult.GetValue(RootCommand.WaitForDebuggerOption);
Commands\StartCommand.cs (1)
60var waitForDebugger = parseResult.GetValue(RootCommand.WaitForDebuggerOption);