2026 # exception reporting flag. |
2026 # exception reporting flag. |
2027 if debugProject: |
2027 if debugProject: |
2028 cap = self.tr("Debug Project") |
2028 cap = self.tr("Debug Project") |
2029 else: |
2029 else: |
2030 cap = self.tr("Debug Script") |
2030 cap = self.tr("Debug Script") |
2031 # TODO: add "Multiprocess" checkbox and pass to debugger |
|
2032 dlg = StartDialog( |
2031 dlg = StartDialog( |
2033 cap, self.lastUsedVenvName, self.argvHistory, self.wdHistory, |
2032 cap, self.lastUsedVenvName, self.argvHistory, self.wdHistory, |
2034 self.envHistory, self.exceptions, self.ui, 0, |
2033 self.envHistory, self.exceptions, self.ui, 0, |
2035 tracePython=self.tracePython, autoClearShell=self.autoClearShell, |
2034 tracePython=self.tracePython, autoClearShell=self.autoClearShell, |
2036 autoContinue=self.autoContinue, autoFork=self.forkAutomatically, |
2035 autoContinue=self.autoContinue, autoFork=self.forkAutomatically, |