Hello, I have read https://github.com/paupino/rust-decimal/issues/126 but it doesn't help me. I use Decimal in a VecDeque<Decimal> 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.
Hello,
I have read #126 but it doesn't help me.
I use Decimal in a VecDeque field.
How can I see the actual numbers at debug?
I use lldb and vscode.