MCPcopy Index your code
hub / github.com/python/cpython / set_stepinstr

Method set_stepinstr

Lib/bdb.py:583–585  ·  view source on GitHub ↗

Stop before the next instruction.

(self)

Source from the content-addressed store, hash-verified

581 cmdlineno=getattr(self.enterframe, 'f_lineno', None))
582
583 def set_stepinstr(self):
584 """Stop before the next instruction."""
585 self._set_stopinfo(None, None, opcode=True)
586
587 def set_next(self, frame):
588 """Stop on the next line in or below the given frame."""

Callers 2

set_traceMethod · 0.95
user_lineMethod · 0.80

Calls 1

_set_stopinfoMethod · 0.95

Tested by

no test coverage detected