eric6/Debugger/DebugUI.py

branch
multi_processing
changeset 7408
0d58e708f57b
parent 7405
bf6be3cff6cf
child 7409
1413bfe73d41
equal deleted inserted replaced
7407:a0b6acee2c20 7408:0d58e708f57b
2021 # exception reporting flag. 2021 # exception reporting flag.
2022 if debugProject: 2022 if debugProject:
2023 cap = self.tr("Debug Project") 2023 cap = self.tr("Debug Project")
2024 else: 2024 else:
2025 cap = self.tr("Debug Script") 2025 cap = self.tr("Debug Script")
2026 # TODO: add "Multiprocess" checkbox and pass to debugger
2026 dlg = StartDialog( 2027 dlg = StartDialog(
2027 cap, self.lastUsedVenvName, self.argvHistory, self.wdHistory, 2028 cap, self.lastUsedVenvName, self.argvHistory, self.wdHistory,
2028 self.envHistory, self.exceptions, self.ui, 0, 2029 self.envHistory, self.exceptions, self.ui, 0,
2029 tracePython=self.tracePython, autoClearShell=self.autoClearShell, 2030 tracePython=self.tracePython, autoClearShell=self.autoClearShell,
2030 autoContinue=self.autoContinue, autoFork=self.forkAutomatically, 2031 autoContinue=self.autoContinue, autoFork=self.forkAutomatically,

eric ide

mercurial