Debugger/DebugUI.py

changeset 5663
52a91f9a7a76
parent 5658
e5f6fe5855fd
child 5899
0516f6548ca6
equal deleted inserted replaced
5662:2c99fa1072b6 5663:52a91f9a7a76
371 """<p>Move the Python internal instruction pointer to the""" 371 """<p>Move the Python internal instruction pointer to the"""
372 """ current cursor position without executing the code in""" 372 """ current cursor position without executing the code in"""
373 """ between.</p>""" 373 """ between.</p>"""
374 """<p>It's not possible to jump out of a function or jump""" 374 """<p>It's not possible to jump out of a function or jump"""
375 """ in a code block, e.g. a loop. In these cases, a error""" 375 """ in a code block, e.g. a loop. In these cases, a error"""
376 """ message is printed to the log window.<p>""" 376 """ message is printed to the log window.</p>"""
377 )) 377 ))
378 act.triggered.connect(self.__moveInstructionPointer) 378 act.triggered.connect(self.__moveInstructionPointer)
379 self.actions.append(act) 379 self.actions.append(act)
380 380
381 act = E5Action( 381 act = E5Action(

eric ide

mercurial