diff --git a/tractor/_debug.py b/tractor/_debug.py index 592813c..763a5c5 100644 --- a/tractor/_debug.py +++ b/tractor/_debug.py @@ -431,7 +431,7 @@ async def _breakpoint( stats = _debug_lock.statistics() if stats.owner: - breakpoint() + print(f'LOCK STATS: {stats}') # with trio.CancelScope(shield=True): # must shield here to avoid hitting a ``Cancelled`` and