forked from goodboy/tractor
I dunno, seems like `breakpoint()` needs this?
parent
8537e17251
commit
df0108a0bb
|
@ -742,6 +742,8 @@ def _set_trace(
|
|||
|
||||
if pdb and actor is not None:
|
||||
log.pdb(f"\nAttaching pdb to actor: {actor.uid}\n")
|
||||
# no f!#$&* idea!
|
||||
frame = frame.f_back
|
||||
|
||||
else:
|
||||
pdb, undo_sigint = mk_mpdb()
|
||||
|
|
Loading…
Reference in New Issue