4540:45627d092846 | 4543:2e6a880670e9 |
---|---|
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 |
95 # eflag: noqa = M601, M702 |