DebugClients/Python/eric5dbgstub.py

branch
5_0_x
changeset 807
ecc71fdd67f1
parent 792
a13346916170
equal deleted inserted replaced
806:30db18b3c78b 807:ecc71fdd67f1
78 """ 78 """
79 global debugger 79 global debugger
80 if debugger: 80 if debugger:
81 debugger.startDebugger(enableTrace = enableTrace, exceptions = exceptions, 81 debugger.startDebugger(enableTrace = enableTrace, exceptions = exceptions,
82 tracePython = tracePython, redirect = redirect) 82 tracePython = tracePython, redirect = redirect)
83
84 #
85 # eflag: FileType = Python2

eric ide

mercurial