8443:8794cb212647 | 8444:88b242eba71b |
---|---|
590 """ | 590 """ |
591 self._set_stopinfo(None, frame.f_back) | 591 self._set_stopinfo(None, frame.f_back) |
592 | 592 |
593 def move_instruction_pointer(self, lineno): | 593 def move_instruction_pointer(self, lineno): |
594 """ | 594 """ |
595 Public methode to move the instruction pointer to another line. | 595 Public method to move the instruction pointer to another line. |
596 | 596 |
597 @param lineno new line number | 597 @param lineno new line number |
598 @type int | 598 @type int |
599 """ | 599 """ |
600 try: | 600 try: |