453 self.dbgAutoClearShell = True |
453 self.dbgAutoClearShell = True |
454 self.dbgTracePython = False |
454 self.dbgTracePython = False |
455 self.dbgAutoContinue = True |
455 self.dbgAutoContinue = True |
456 self.dbgEnableMultiprocess = True |
456 self.dbgEnableMultiprocess = True |
457 self.dbgMultiprocessNoDebug = "" |
457 self.dbgMultiprocessNoDebug = "" |
458 self.dbgGlobalConfigOverride = {} |
458 self.dbgGlobalConfigOverride = { |
|
459 "enable": False, |
|
460 "redirect": True, |
|
461 } |
459 |
462 |
460 self.pdata = { |
463 self.pdata = { |
461 "DESCRIPTION": "", |
464 "DESCRIPTION": "", |
462 "VERSION": "", |
465 "VERSION": "", |
463 "SOURCES": [], |
466 "SOURCES": [], |