You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The title is self explanatory. How to debug coroutines, tasks, futures using snoop or whatever else?
Asking this because snoop, as well as birdseye deliberately chose to not support coroutines.
The text was updated successfully, but these errors were encountered:
It's also based on PySnooper's choice not to support coroutines to avoid keeping the trace function around for too long, as discussed in cool-RR/PySnooper#65
Try using a normal debugger like pdb or your IDE. I have no idea what the results will be like.
The title is self explanatory. How to debug coroutines, tasks, futures using snoop or whatever else?
Asking this because snoop, as well as birdseye deliberately chose to not support coroutines.
The text was updated successfully, but these errors were encountered: