From 4fc4387f3d2cf96665c5c8afcf5f46a52d9fbf50 Mon Sep 17 00:00:00 2001 From: ltdk Date: Fri, 5 Jun 2026 21:33:16 -0400 Subject: [PATCH] Remove mention of rust-windbg.cmd --- src/debuginfo/debugger-visualizers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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