Skip to content

Option to remove the color on debuggee error #88

@brunbjerg

Description

@brunbjerg

When a Rust binary returns with an error or panics is turns all the text red. This removes the color schemes that is already defined on the Error codes.

For example, when a large consequential error occurs I will bubble it all the way to the main function, while the error is bubbling up state will be extracted from all the subsystems that are functioning within bounds and there are colored green. Below is what bugstalker outputs

Image

And here is what cargo run produces:

Image

Would it be possible to implement this in the code? Maybe you could guide me in the right direction regarding the components of the system that I would have to change?

Kind regards,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions