src/eric7/Debugger/DebugServer.py

branch
eric7
changeset 9278
36448ca469c2
parent 9221
bf71ee032bb4
child 9305
3b7ef53c34c7
child 9388
bfe7ea6599a3
equal deleted inserted replaced
9277:471c5a263d53 9278:36448ca469c2
758 special = self.watchSpecialCreated 758 special = self.watchSpecialCreated
759 elif cond.endswith(" ??changed??"): 759 elif cond.endswith(" ??changed??"):
760 cond, special = cond.split() 760 cond, special = cond.split()
761 special = self.watchSpecialChanged 761 special = self.watchSpecialChanged
762 else: 762 else:
763 cond = cond
764 special = "" 763 special = ""
765 764
766 return cond, special 765 return cond, special
767 766
768 @pyqtSlot(str) 767 @pyqtSlot(str)

eric ide

mercurial