https://dev.to/bmatcuk/debugging-rust-with-rust-lldb-j1f
Run just test-debug
to run the tests in debug mode using lldb.
Now use r <test_name>
to run a specific test. https://users.rust-lang.org/t/running-a-single-test-under-a-debugger/44460
https://dev.to/bmatcuk/debugging-rust-with-rust-lldb-j1f
Run just test-debug
to run the tests in debug mode using lldb.
Now use r <test_name>
to run a specific test. https://users.rust-lang.org/t/running-a-single-test-under-a-debugger/44460