mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 21:20:11 +01:00
Right now, debugging a crash means errs never flushes: it's buffered in the string. As a consequence, -v doesn't print anything. By stopping the output capture in --dump_output, it prints directly for debugging.