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, |