Skip to content

Commit 5f164d8

Browse files
authored
Document the --debugger flag (#2170)
1 parent 1eac2a9 commit 5f164d8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: src/tests/compiletest.md

+3
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,9 @@ the debugger currently being used:
244244
The "Rust" version of LLDB doesn't exist anymore, so this will always be
245245
ignored. This should probably be removed.
246246

247+
By passing the `--debugger` option to compiletest, you can specify a single debugger to run tests with.
248+
For example, `./x test tests/debuginfo -- --debugger gdb` will only test GDB commands.
249+
247250
> **Note on running lldb debuginfo tests locally**
248251
>
249252
> If you want to run lldb debuginfo tests locally, then currently on Windows it

0 commit comments

Comments
 (0)