9575:635b6c5a36e1 | 9576:be9f8e7e42e0 |
---|---|
604 0, | 604 0, |
605 self.debugActGrp, | 605 self.debugActGrp, |
606 "dbg_step_out", | 606 "dbg_step_out", |
607 ) | 607 ) |
608 act.setStatusTip( | 608 act.setStatusTip( |
609 self.tr( | 609 self.tr("""Execute Python statements until leaving the current frame""") |
610 """Execute Python statements until leaving the current frame""" | |
611 ) | |
612 ) | 610 ) |
613 act.setWhatsThis( | 611 act.setWhatsThis( |
614 self.tr( | 612 self.tr( |
615 """<b>Step Out</b>""" | 613 """<b>Step Out</b>""" |
616 """<p>Execute Python statements until leaving the current""" | 614 """<p>Execute Python statements until leaving the current""" |
1566 self.__resetUI() | 1564 self.__resetUI() |
1567 if unplanned: | 1565 if unplanned: |
1568 EricMessageBox.information( | 1566 EricMessageBox.information( |
1569 self.ui, | 1567 self.ui, |
1570 Program, | 1568 Program, |
1571 self.tr("The program being debugged has terminated" " unexpectedly."), | 1569 self.tr("The program being debugged has terminated unexpectedly."), |
1572 ) | 1570 ) |
1573 | 1571 |
1574 def __getThreadList(self, debuggerId): | 1572 def __getThreadList(self, debuggerId): |
1575 """ | 1573 """ |
1576 Private method to get the list of threads from the client. | 1574 Private method to get the list of threads from the client. |