What is the most "impressive" screencast of someone debugging Rust code with a debugger ?
There is not a concrete bug I am facing. I mostly debug through println / log statements. I'm just curious what it looks like when a gdb / lldb / whatever-else-db expert debugging Rust code interactively looks like.
I cannot answer the question, but I also rarely use a debugger ( in fact right now I think I have forgotten how... it was months ago, Visual Studio). Even when I used it, it was not so much to find bugs but to "observe" what my program was doing, a bit like reading the source code, but a more dynamic view. Which sounds quite strange, but I found it quite useful.