Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/debuginfo/debugger-visualizers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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<T>` 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
Expand Down
Loading