om-saran

Results 1 issues of om-saran

I'm finding trouble using ipdb in this scenario. Not sure if I'm missing something here ``` import asyncio import ipdb async def main(): await asyncio.sleep(1) ipdb.set_trace() asyncio.run(main()) ``` The error...