eric6/DebugClients/Python/DebugClientBase.py

branch
multi_processing
changeset 7856
82c461fa8a68
parent 7853
35dcac32984a
child 7863
6725d2549801
equal deleted inserted replaced
7855:de7ce3542025 7856:82c461fa8a68
192 self.pollingDisabled = False 192 self.pollingDisabled = False
193 193
194 self.__debuggerId = "" 194 self.__debuggerId = ""
195 195
196 self.callTraceEnabled = None 196 self.callTraceEnabled = None
197
198 197
199 self.compile_command = codeop.CommandCompiler() 198 self.compile_command = codeop.CommandCompiler()
200 199
201 self.coding_re = re.compile(r"coding[:=]\s*([-\w_.]+)") 200 self.coding_re = re.compile(r"coding[:=]\s*([-\w_.]+)")
202 self.defaultCoding = 'utf-8' 201 self.defaultCoding = 'utf-8'

eric ide

mercurial