8 ms·
Any advice for debugging asyncio? I've tried it a few times but every time it got a bit more complicated it felt very hard to figure out what was going wrong.
by captaindiego 2y ago
Any advice for debugging asyncio? I've tried it a few times but every time it got a bit more complicated it felt very hard to figure out what was going wrong.
- bmitc 2y agoHave you used the asyncio logger and debug mode? https://docs.python.org/3/library/asyncio-dev.html https://docs.python.org/3/library/asyncio-dev.html