Skip to content

Commit 715af27

Browse files
committed
Remove call to set_step in interrupt handler
1 parent f06d9c2 commit 715af27

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/pdb.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3075,7 +3075,6 @@ def attach(pid, commands=()):
30753075
interrupt_script.write(
30763076
'import pdb, sys\n'
30773077
'if inst := pdb.Pdb._last_pdb_instance:\n'
3078-
' inst.set_step()\n'
30793078
' inst.set_trace(sys._getframe(1))\n'
30803079
)
30813080
interrupt_script.close()

0 commit comments

Comments
 (0)