diff --git a/src/debuginfo/debugger-visualizers.md b/src/debuginfo/debugger-visualizers.md index 831acbd2f8..6b1cf0c277 100644 --- a/src/debuginfo/debugger-visualizers.md +++ b/src/debuginfo/debugger-visualizers.md @@ -13,7 +13,7 @@ debug info, but can be derived from invariants about the language and the type i example is allowing one to interact with the elements of a `Vec` instead of just it's `*mut u8` heap pointer, length, and capacity. -## `rust-lldb`, `rust-gdb`, and `rust-windbg.cmd` +## `rust-lldb` and `rust-gdb` These support scripts are distributed with Rust toolchains. They locate the appropriate debugger and the toolchain's visualizer scripts, then launch the debugger with the appropriate arguments to load