7608:f7cb83647621 | 7642:72721823d453 |
---|---|
83 """ | 83 """ |
84 global debugger | 84 global debugger |
85 if debugger: | 85 if debugger: |
86 debugger.startDebugger(enableTrace=enableTrace, exceptions=exceptions, | 86 debugger.startDebugger(enableTrace=enableTrace, exceptions=exceptions, |
87 tracePython=tracePython, redirect=redirect) | 87 tracePython=tracePython, redirect=redirect) |
88 | |
89 # | |
90 # eflag: noqa = M702 |