Mandar Vaze (desipenguin) on Nostr: Does anyone know if RustRover - Jetbrain's #rust IDE supports debugging `async` code ...
Does anyone know if RustRover - Jetbrain's #rust IDE supports debugging `async` code ?
"normal" code debugging worked out of the box, but when I tried to debug a code (simple code trying to `GET` HTTP endpoint) with `async` function (using `#[tokio::main]`) debugging does not stop at the breakpoint
Any suggestions ?
"normal" code debugging worked out of the box, but when I tried to debug a code (simple code trying to `GET` HTTP endpoint) with `async` function (using `#[tokio::main]`) debugging does not stop at the breakpoint
Any suggestions ?