mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-25 07:40:10 +01:00
* Debugging quality-of-life improvements - Use std::abort for `CHECK`/`FATAL` failures, which acts as a debugger breakpoint as well as automatically printing a stack trace. - Re-enable printing continuations in `--trace` mode. - Log the source location of each step in `--trace` mode. Co-authored-by: Jon Meow <46229924+jonmeow@users.noreply.github.com>