Is it possible to await arbitrary calls to an async function when inside a Python debugger?
await
async
Say I have the following code in some main.p
main.p
Seems like there's starting to be more support for this feature since Python 3.8. In particular, look at this issue bpo-37028
If you're still on Python 3.7, maybe aiomonitor could have something that supports this feature to a certain extent.