Does anyone here use `rust-lldb` when debugging/te...
# daft-dev
r
Does anyone here use
rust-lldb
when debugging/testing code? I'd like to use it to step through some Daft logic to get a better feel of how things work.
Nvm, it's pretty poor as of current. Can't inspect the inner values of enums.
r
Interesting. This tool works properly, I'm assuming? I.e., it's able to print out enum values? Can properly display strings? If so, what is it using internally? I'd like to use it from a TUI, since I don't use VSCode...