MCPcopy Index your code
hub / github.com/RustPython/RustPython / set_stepinstr

Method set_stepinstr

Lib/bdb.py:592–594  ·  view source on GitHub ↗

Stop before the next instruction.

(self)

Source from the content-addressed store, hash-verified

590 cmdlineno=getattr(self.enterframe, 'f_lineno', None))
591
592 def set_stepinstr(self):
593 """Stop before the next instruction."""
594 self._set_stopinfo(None, None, opcode=True)
595
596 def set_next(self, frame):
597 """Stop on the next line in or below the given frame."""

Callers 1

set_traceMethod · 0.95

Calls 1

_set_stopinfoMethod · 0.95

Tested by

no test coverage detected