DebugClients/Python/eric5dbgstub.py

changeset 3021
801289962f4e
parent 2987
c99695c0f13a
child 3160
209a07d7e401
equal deleted inserted replaced
3020:542e97d4ecb3 3021:801289962f4e
86 stderr (boolean) 86 stderr (boolean)
87 """ 87 """
88 global debugger 88 global debugger
89 if debugger: 89 if debugger:
90 debugger.startDebugger(enableTrace=enableTrace, exceptions=exceptions, 90 debugger.startDebugger(enableTrace=enableTrace, exceptions=exceptions,
91 tracePython=tracePython, redirect=redirect) 91 tracePython=tracePython, redirect=redirect)
92 92
93 # 93 #
94 # eflag: FileType = Python2 94 # eflag: FileType = Python2

eric ide

mercurial