806:30db18b3c78b | 807:ecc71fdd67f1 |
---|---|
78 """ | 78 """ |
79 global debugger | 79 global debugger |
80 if debugger: | 80 if debugger: |
81 debugger.startDebugger(enableTrace = enableTrace, exceptions = exceptions, | 81 debugger.startDebugger(enableTrace = enableTrace, exceptions = exceptions, |
82 tracePython = tracePython, redirect = redirect) | 82 tracePython = tracePython, redirect = redirect) |
83 | |
84 # | |
85 # eflag: FileType = Python2 |