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() |