mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 21:30:12 +01:00
The command is: ``` dump <context> [<ID>|<TYPE><ID>|<TYPE> <ID>|-- <ID>] TYPE can be "inst", "entity_name", etc. ``` This saves a lot of typing of `SemIR::MakeInstId()` in a debugger, and allows copy-pasting ids from dump output, as they take the form `inst33`, etc.