We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--debugger
1 parent 1eac2a9 commit 5f164d8Copy full SHA for 5f164d8
src/tests/compiletest.md
@@ -244,6 +244,9 @@ the debugger currently being used:
244
The "Rust" version of LLDB doesn't exist anymore, so this will always be
245
ignored. This should probably be removed.
246
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
+
250
> **Note on running lldb debuginfo tests locally**
251
>
252
> If you want to run lldb debuginfo tests locally, then currently on Windows it
0 commit comments