4539:beac8323fa9e | 4541:e8ddd9d76414 |
---|---|
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 |