src/eric7/Debugger/DebugServer.py

branch
eric7-maintenance
changeset 9305
3b7ef53c34c7
parent 9264
18a7312cfdb3
parent 9278
36448ca469c2
child 9442
906485dcd210
equal deleted inserted replaced
9304:afbd61b99bf4 9305:3b7ef53c34c7
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