We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3963d08 commit d434104Copy full SHA for d434104
Sources/Commands/SwiftTestCommand.swift
@@ -218,7 +218,7 @@ struct TestCommandOptions: ParsableArguments {
218
219
/// Launch tests under LLDB debugger.
220
@Flag(name: .customLong("debugger"),
221
- help: "Launch tests under LLDB debugger.")
+ help: "Launch the tests in a debugger session.")
222
var shouldLaunchInLLDB: Bool = false
223
224
/// Configure test output.
0 commit comments