Cross Debugger Support for Calling C++ From Rust

Recently I did some research about how to call C++ (algorithms) from Rust (webserver) and here is the open-source demo repo https://github.com/Starry-OvO/rust-cffi-by-cmake-demo

So I wonder if CLion has any approach to debugging both C++ and Rust together with functions like breakpoint and stepping. I would be very appreciative if anyone could tell me.

0

Please sign in to leave a comment.