currently I use <https://github.com/delta-io/delta...
# daft-dev
s
currently I use https://github.com/delta-io/delta-rs/blob/main/CONTRIBUTING.md#developing-in-vscode to debug my rust code in daft ... is there any better/more automated way ?.
j
Hey @sherlockbeard! What issues are you hitting in terms of debugging Rust? The LLDB attach is unfortunately the best way right now I think
Alternatively you can write Rust-only unit tests and have the normal Rust debugging workflow from VSCode work for you
s
nope no issue. Just wanted to check if any other solution is present .