Skip to content

Cannot enable debug!/trace! macros in Miri #5239

Description

@RalfJung

Ever since #2956, the debug!/trace! macros in Miri are basically useless, since we use the "tracing" from the rustc build which has those hard-disabled. That's extremely annoying and makes debugging some parts of Miri very painful.

@oli-obk any idea what we could do about this? At least Miri debug builds should really have a way to actually be traced. I currently manually replace trace!/debug! by info! when I need to debug things, but obviously that's a pretty terrible workflow.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-devArea: working on Miri as a developerC-bugCategory: This is a bug.

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions