Open goodboy opened 1 year ago
Replacement for #351 to start effort toward testing our debugger (with pdbp) and basic functionality when running actors in infected_asyncio mode.
pdbp
infected_asyncio
breakpoint()
tractor.open_nursery()
numba
asyncio
Replacement for #351 to start effort toward testing our debugger (with
pdbp
) and basic functionality when running actors ininfected_asyncio
mode.Test set todo:
breakpoint()
calls work outsidetractor.open_nursery()
numba
?asyncio
task usesbreakpoint()
directly, expect normal UXasyncio
task crashes and trio side enters debug? (or should the aio task get caught?)Any new issues?