7638:176145438b1e | 7639:422fd05e9c91 |
---|---|
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 |