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.
commandline
command line
1 parent 8879ae5 commit 2cd4b69Copy full SHA for 2cd4b69
docs/HowToGuides/GettingStarted.md
@@ -643,14 +643,14 @@ llvm::report_fatal_error(os.str());
643
644
### Debugging using LLDB
645
646
-When the compiler crashes, the commandline arguments passed to it will be
+When the compiler crashes, the command line arguments passed to it will be
647
printed to stderr. It will likely look something like:
648
649
```
650
/path/to/swift-frontend <args>
651
652
653
-- Using LLDB on the commandline: Copy the entire invocation and pass it to LLDB.
+- Using LLDB on the command line: Copy the entire invocation and pass it to LLDB.
654
```sh
655
lldb -- /path/to/swift-frontend <args>
656
0 commit comments