Skip to content

how to pretty print Decimal value at debug time? #510

@ebadta81

Description

@ebadta81

Hello,

I have read #126 but it doesn't help me.

I use Decimal in a VecDeque field.

#[derive(Clone, Debug)]
pub struct mystruct {
   pub myfield: VecDeque<Decimal>
}

How can I see the actual numbers at debug?

I use lldb and vscode.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions