Debugger/CallStackViewer.py

changeset 3591
2f2a4a76dd22
parent 3484
645c12de6b0c
child 3656
441956d8fce5
equal deleted inserted replaced
3590:5280e37405b8 3591:2f2a4a76dd22
100 self.__sourceAct.setEnabled(itm is not None) 100 self.__sourceAct.setEnabled(itm is not None)
101 self.__menu.popup(self.mapToGlobal(coord)) 101 self.__menu.popup(self.mapToGlobal(coord))
102 102
103 def __showCallStack(self, stack): 103 def __showCallStack(self, stack):
104 """ 104 """
105 Public slot to show the call stack of the program being debugged. 105 Private slot to show the call stack of the program being debugged.
106 106
107 @param stack list of tuples with call stack data (file name, 107 @param stack list of tuples with call stack data (file name,
108 line number, function name, formatted argument/values list) 108 line number, function name, formatted argument/values list)
109 """ 109 """
110 self.clear() 110 self.clear()

eric ide

mercurial