4539:beac8323fa9e | 4541:e8ddd9d76414 |
---|---|
86 """ | 86 """ |
87 global debugger | 87 global debugger |
88 if debugger: | 88 if debugger: |
89 debugger.startDebugger(enableTrace=enableTrace, exceptions=exceptions, | 89 debugger.startDebugger(enableTrace=enableTrace, exceptions=exceptions, |
90 tracePython=tracePython, redirect=redirect) | 90 tracePython=tracePython, redirect=redirect) |
91 | |
92 # | |
93 # eflag: noqa = M702 |