I am curious how other #rustlang developers are debugging async/await applications on Linux
Uncategorized
3
Posts
2
Posters
0
Views
-
I am curious how other #rustlang developers are debugging async/await applications on Linux?
I have not yet found a workflow that feels comfortable and actually _works better_ than panic!/println!
-
R relay@relay.infosec.exchange shared this topic
-
@rtyler I can probably count on one hand the number of times I found a debugger more useful than print statements

(I also am interested in what folks use for async/await) -
@rtyler I can probably count on one hand the number of times I found a debugger more useful than print statements

(I also am interested in what folks use for async/await)@whack@hachyderm.io the particular codebase I am working with has a lot of regrettable C++ inspired semantics and deferred execution which makes the print approach suck more than usual