Does it support debugging async functions? #16
Answered
by
tyt2y3
acking-you
asked this question in
Q&A
-
As the title suggests, I'm curious to know if there is support for debugging async functions. As a rust newbie, I'm curious if there's a better way to debug async functions other than logging 😢 |
Beta Was this translation helpful? Give feedback.
Answered by
tyt2y3
Dec 13, 2023
Replies: 1 comment 3 replies
-
I agree with you! Indeed debugging async Rust was our original motivation in creating FireDBG, but the pre-requisite is to first tackle sync Rust. We are still fighting with some low level async runtime details, and hopefully we'll be able to release it soon. Please star our repo and stay tuned! |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
acking-you
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I agree with you! Indeed debugging async Rust was our original motivation in creating FireDBG, but the pre-requisite is to first tackle sync Rust. We are still fighting with some low level async runtime details, and hopefully we'll be able to release it soon.
Please star our repo and stay tuned!