eric6/Debugger/DebugUI.py

branch
micropython
changeset 7094
d5f340dfb986
parent 7014
61172a5bc172
child 7151
fcd3fcaecbef
equal deleted inserted replaced
7092:7414b3b012b1 7094:d5f340dfb986
561 self.actions.append(self.dbgPrevBpAct) 561 self.actions.append(self.dbgPrevBpAct)
562 562
563 act = E5Action( 563 act = E5Action(
564 self.tr('Clear Breakpoints'), 564 self.tr('Clear Breakpoints'),
565 self.tr('Clear Breakpoints'), 565 self.tr('Clear Breakpoints'),
566 QKeySequence( 566 0, 0,
567 self.tr("Ctrl+Shift+C", "Debug|Clear Breakpoints")), 0,
568 self.dbgSetBpActGrp, 'dbg_clear_breakpoint') 567 self.dbgSetBpActGrp, 'dbg_clear_breakpoint')
569 act.setStatusTip(self.tr('Clear Breakpoints')) 568 act.setStatusTip(self.tr('Clear Breakpoints'))
570 act.setWhatsThis(self.tr( 569 act.setWhatsThis(self.tr(
571 """<b>Clear Breakpoints</b>""" 570 """<b>Clear Breakpoints</b>"""
572 """<p>Clear breakpoints of all editors.</p>""" 571 """<p>Clear breakpoints of all editors.</p>"""

eric ide

mercurial