src/eric7/APIs/Python3/eric7.api

branch
eric7
changeset 10321
4a017fdf316f
parent 10316
bae834dc40ec
child 10333
4aa8d3b69832
--- a/src/eric7/APIs/Python3/eric7.api	Fri Nov 17 17:53:14 2023 +0100
+++ b/src/eric7/APIs/Python3/eric7.api	Sat Nov 18 15:18:17 2023 +0100
@@ -397,14 +397,14 @@
 eric7.DebugClients.Python.DebugClientBase.DebugClientBase.sendDebuggerId?4()
 eric7.DebugClients.Python.DebugClientBase.DebugClientBase.sendException?4(exceptionType, exceptionMessage, stack, threadName)
 eric7.DebugClients.Python.DebugClientBase.DebugClientBase.sendJsonCommand?4(method, params)
-eric7.DebugClients.Python.DebugClientBase.DebugClientBase.sendPassiveStartup?4(filename, exceptions)
+eric7.DebugClients.Python.DebugClientBase.DebugClientBase.sendPassiveStartup?4(filename, reportAllExceptions)
 eric7.DebugClients.Python.DebugClientBase.DebugClientBase.sendResponseLine?4(stack, threadName)
 eric7.DebugClients.Python.DebugClientBase.DebugClientBase.sendSyntaxError?4(message, filename, lineno, charno, threadName)
 eric7.DebugClients.Python.DebugClientBase.DebugClientBase.sessionClose?4(terminate=True)
 eric7.DebugClients.Python.DebugClientBase.DebugClientBase.setDisassembly?4(disassembly)
 eric7.DebugClients.Python.DebugClientBase.DebugClientBase.skipMultiProcessDebugging?4(scriptName)
-eric7.DebugClients.Python.DebugClientBase.DebugClientBase.startDebugger?4(filename=None, host=None, port=None, enableTrace=True, exceptions=True, tracePython=False, redirect=True, passive=True, multiprocessSupport=False, )
-eric7.DebugClients.Python.DebugClientBase.DebugClientBase.startProgInDebugger?4(progargs, wd="", host=None, port=None, exceptions=True, tracePython=False, redirect=True, passive=True, multiprocessSupport=False, callTraceOptimization=False, codeStr="", scriptModule="", )
+eric7.DebugClients.Python.DebugClientBase.DebugClientBase.startDebugger?4(filename=None, host=None, port=None, enableTrace=True, reportAllExceptions=False, tracePython=False, redirect=True, passive=True, multiprocessSupport=False, )
+eric7.DebugClients.Python.DebugClientBase.DebugClientBase.startProgInDebugger?4(progargs, wd="", host=None, port=None, tracePython=False, redirect=True, passive=True, multiprocessSupport=False, reportAllExceptions=False, callTraceOptimization=False, codeStr="", scriptModule="", )
 eric7.DebugClients.Python.DebugClientBase.DebugClientBase.writeReady?4(stream)
 eric7.DebugClients.Python.DebugClientBase.DebugClientBase?1()
 eric7.DebugClients.Python.DebugClientBase.DebugClientClose?4(fd)
@@ -675,7 +675,7 @@
 eric7.Debugger.DebugServer.DebugServer.mainClientConnected?4()
 eric7.Debugger.DebugServer.DebugServer.mainClientExit?7
 eric7.Debugger.DebugServer.DebugServer.passiveDebugStarted?7
-eric7.Debugger.DebugServer.DebugServer.passiveStartUp?4(fn, exc, debuggerId)
+eric7.Debugger.DebugServer.DebugServer.passiveStartUp?4(fn, reportAllExceptions, debuggerId)
 eric7.Debugger.DebugServer.DebugServer.preferencesChanged?4()
 eric7.Debugger.DebugServer.DebugServer.registerDebuggerInterface?4(interfaceName, getRegistryData, reregister=False)
 eric7.Debugger.DebugServer.DebugServer.remoteBanner?4()
@@ -691,7 +691,7 @@
 eric7.Debugger.DebugServer.DebugServer.remoteContinueUntil?4(debuggerId, line)
 eric7.Debugger.DebugServer.DebugServer.remoteCoverage?4(venvName, fn, argv, wd, env, autoClearShell=True, erase=False, forProject=False, runInConsole=False, clientType="", configOverride=None, )
 eric7.Debugger.DebugServer.DebugServer.remoteEnvironment?4(env)
-eric7.Debugger.DebugServer.DebugServer.remoteLoad?4(venvName, fn, argv, wd, env, autoClearShell=True, tracePython=False, autoContinue=True, forProject=False, runInConsole=False, clientType="", enableCallTrace=False, enableMultiprocess=False, multiprocessNoDebug="", configOverride=None, )
+eric7.Debugger.DebugServer.DebugServer.remoteLoad?4(venvName, fn, argv, wd, env, autoClearShell=True, tracePython=False, autoContinue=True, forProject=False, runInConsole=False, clientType="", enableCallTrace=False, enableMultiprocess=False, multiprocessNoDebug="", configOverride=None, reportAllExceptions=False, )
 eric7.Debugger.DebugServer.DebugServer.remoteMoveIP?4(debuggerId, line)
 eric7.Debugger.DebugServer.DebugServer.remoteProfile?4(venvName, fn, argv, wd, env, autoClearShell=True, erase=False, forProject=False, runInConsole=False, clientType="", configOverride=None, )
 eric7.Debugger.DebugServer.DebugServer.remoteRawInput?4(debuggerId, inputString)
@@ -762,7 +762,7 @@
 eric7.Debugger.DebugUI.DebugUI.setEnvHistory?4(envStr, clearHistories=False, history=None)
 eric7.Debugger.DebugUI.DebugUI.setExcIgnoreList?4(excIgnoreList)
 eric7.Debugger.DebugUI.DebugUI.setExcList?4(excList)
-eric7.Debugger.DebugUI.DebugUI.setExceptionReporting?4(exceptions, unhandledExceptions=True)
+eric7.Debugger.DebugUI.DebugUI.setExceptionReporting?4(reportAllExceptions)
 eric7.Debugger.DebugUI.DebugUI.setMultiprocessNoDebugHistory?4(noDebugList, clearHistories=False, history=None)
 eric7.Debugger.DebugUI.DebugUI.setScriptsHistory?4(scriptName, clearHistories=False, history=None)
 eric7.Debugger.DebugUI.DebugUI.setTracePython?4(tracePython)
@@ -821,7 +821,7 @@
 eric7.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteContinueUntil?4(debuggerId, line)
 eric7.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteCoverage?4(fn, argv, wd, erase=False)
 eric7.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteEnvironment?4(env)
-eric7.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteLoad?4(fn, argv, wd, traceInterpreter=False, autoContinue=True, enableMultiprocess=False, )
+eric7.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteLoad?4(fn, argv, wd, traceInterpreter=False, autoContinue=True, enableMultiprocess=False, reportAllExceptions=False, )
 eric7.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteMoveIP?4(debuggerId, line)
 eric7.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteNoDebugList?4(debuggerId, noDebugList)
 eric7.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteProfile?4(fn, argv, wd, erase=False)
@@ -864,7 +864,7 @@
 eric7.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteContinueUntil?4(debuggerId, line)
 eric7.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteCoverage?4(fn, argv, wd, erase=False)
 eric7.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteEnvironment?4(env)
-eric7.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteLoad?4(fn, argv, wd, traceInterpreter=False, autoContinue=True, enableMultiprocess=False, )
+eric7.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteLoad?4(fn, argv, wd, traceInterpreter=False, autoContinue=True, enableMultiprocess=False, reportAllExceptions=False, )
 eric7.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteMoveIP?4(debuggerId, line)
 eric7.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteNoDebugList?4(debuggerId, noDebugList)
 eric7.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteProfile?4(fn, argv, wd, erase=False)
@@ -914,7 +914,7 @@
 eric7.Debugger.StartDialog.StartDialog.historiesModified?4()
 eric7.Debugger.StartDialog.StartDialog.on_buttonBox_clicked?4(button)
 eric7.Debugger.StartDialog.StartDialog.on_modFuncCombo_editTextChanged?4()
-eric7.Debugger.StartDialog.StartDialog?1(caption, lastUsedVenvName, argvList, wdList, envList, exceptions, unhandledExceptions, parent=None, dialogMode=StartDialogMode.Debug, modfuncList=None, tracePython=False, autoClearShell=True, autoContinue=True, enableMultiprocess=False, multiprocessNoDebugHistory=None, configOverride=None, forProject=False, scriptName="", scriptsList=None, )
+eric7.Debugger.StartDialog.StartDialog?1(caption, lastUsedVenvName, argvList, wdList, envList, parent=None, dialogMode=StartDialogMode.Debug, modfuncList=None, autoClearShell=True, tracePython=False, autoContinue=True, reportAllExceptions=False, enableMultiprocess=False, multiprocessNoDebugHistory=None, configOverride=None, forProject=False, scriptName="", scriptsList=None, )
 eric7.Debugger.StartDialog.StartDialogMode.Coverage?7
 eric7.Debugger.StartDialog.StartDialogMode.Debug?7
 eric7.Debugger.StartDialog.StartDialogMode.Profile?7
@@ -8101,7 +8101,7 @@
 eric7.Project.Project.Project.saveProject?4()
 eric7.Project.Project.Project.saveProjectAs?4()
 eric7.Project.Project.Project.setData?4(category, key, data)
-eric7.Project.Project.Project.setDbgInfo?4(venvName, argv, wd, env, excReporting, excList, excIgnoreList, autoClearShell, tracePython=None, autoContinue=None, enableMultiprocess=None, multiprocessNoDebug=None, configOverride=None, )
+eric7.Project.Project.Project.setDbgInfo?4(venvName, argv, wd, env, excList, excIgnoreList, autoClearShell, tracePython=None, autoContinue=None, reportAllExceptions=None, enableMultiprocess=None, multiprocessNoDebug=None, configOverride=None, )
 eric7.Project.Project.Project.setDirty?4(dirty)
 eric7.Project.Project.Project.setProjectData?4(data, dataKey=None, setDirty=True)
 eric7.Project.Project.Project.setStatusMonitorAutoUpdate?4(auto)

eric ide

mercurial