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