Hey everyone,
I came across a useful script from Polars that automatically attaches the VSCode debugger to Rust's LLDB when debugging Rust logic from a Python process in Daft. By following the configuration steps outlined
here, you can use the VSCode debugger to natively debug, starting from Python files and setting breakpoints in Rust code. It would be great to integrate this tool into Daft, so we wouldn't need to manually configure the debugger each time 🙂