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