DebugClients/Python/eric5dbgstub.py

changeset 790
2c0ea0163ef4
parent 19
3e024a7e465c
child 791
9ec2ac20e54e
equal deleted inserted replaced
789:c190cd71b097 790:2c0ea0163ef4
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