Open
Description
There was a discussion in Zulip about how to attach gdb
to x.py
.
@petrochenkov suggested running gdb --args ./build/x86_64-pc-windows-gnu/stage1/bin/rustc src/test/ui/name.rs
, I think it would be great to have this explained on rustc-guide because it's a recurring question.