In general, if something is large (text, arrays, etc) all bets are off.
Basically, something like this:
https://github.com/okbob/pspg
---
The second thing that is very hard with debuggers, is to tell them what to skip.
In the normal sense of 'I don't wanna debug Rust std' but also 'What the heck, why is stepping into #[Debug]???'
In general, if something is large (text, arrays, etc) all bets are off.
Basically, something like this:
https://github.com/okbob/pspg
---
The second thing that is very hard with debuggers, is to tell them what to skip.
In the normal sense of 'I don't wanna debug Rust std' but also 'What the heck, why is stepping into #[Debug]???'