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