eric6/APIs/Python3/eric6.api

changeset 7898
1bcd6d4df182
parent 7887
c1588f5a83e9
child 7901
6ff7ccf0cb50
diff -r 9acc015ea443 -r 1bcd6d4df182 eric6/APIs/Python3/eric6.api
--- a/eric6/APIs/Python3/eric6.api	Sat Dec 19 14:41:43 2020 +0100
+++ b/eric6/APIs/Python3/eric6.api	Sat Dec 19 14:42:36 2020 +0100
@@ -250,7 +250,7 @@
 eric6.DebugClients.Python.DCTestResult.DCTestResult.stopTest?4(test)
 eric6.DebugClients.Python.DCTestResult.DCTestResult?1(dbgClient, failfast)
 eric6.DebugClients.Python.DebugBase.DebugBase._fnCache?8
-eric6.DebugClients.Python.DebugBase.DebugBase._set_stopinfo?5(stopframe, returnframe)
+eric6.DebugClients.Python.DebugBase.DebugBase._set_stopinfo?5(stopframe, returnframe, stoplineno=0)
 eric6.DebugClients.Python.DebugBase.DebugBase.bootstrap?4(target, args, kwargs)
 eric6.DebugClients.Python.DebugBase.DebugBase.break_here?4(frame)
 eric6.DebugClients.Python.DebugBase.DebugBase.filesToSkip?7
@@ -273,6 +273,7 @@
 eric6.DebugClients.Python.DebugBase.DebugBase.set_return?4(frame)
 eric6.DebugClients.Python.DebugBase.DebugBase.set_step?4()
 eric6.DebugClients.Python.DebugBase.DebugBase.set_trace?4(frame=None)
+eric6.DebugClients.Python.DebugBase.DebugBase.set_until?4(frame=None, lineno=None)
 eric6.DebugClients.Python.DebugBase.DebugBase.step?4(traceMode)
 eric6.DebugClients.Python.DebugBase.DebugBase.stepOut?4()
 eric6.DebugClients.Python.DebugBase.DebugBase.stop_here?4(frame)
@@ -282,6 +283,7 @@
 eric6.DebugClients.Python.DebugBase.DebugBase.user_exception?4(excinfo, unhandled=False)
 eric6.DebugClients.Python.DebugBase.DebugBase.user_line?4(frame)
 eric6.DebugClients.Python.DebugBase.DebugBase?1(dbgClient)
+eric6.DebugClients.Python.DebugBase.GENERATOR_AND_COROUTINE_FLAGS?7
 eric6.DebugClients.Python.DebugBase.gRecursionLimit?7
 eric6.DebugClients.Python.DebugBase.printerr?4(s)
 eric6.DebugClients.Python.DebugBase.setRecursionLimit?4(limit)
@@ -314,7 +316,7 @@
 eric6.DebugClients.Python.DebugClientBase.DebugClientBase.sessionClose?4(terminate=True)
 eric6.DebugClients.Python.DebugClientBase.DebugClientBase.setDisassembly?4(disassembly)
 eric6.DebugClients.Python.DebugClientBase.DebugClientBase.startDebugger?4(filename=None, host=None, port=None, enableTrace=True, exceptions=True, tracePython=False, redirect=True, passive=True, multiprocessSupport=False)
-eric6.DebugClients.Python.DebugClientBase.DebugClientBase.startProgInDebugger?4(progargs, wd='', host=None, port=None, exceptions=True, tracePython=False, redirect=True, passive=True, multiprocessSupport=False, codeStr="")
+eric6.DebugClients.Python.DebugClientBase.DebugClientBase.startProgInDebugger?4(progargs, wd='', host=None, port=None, exceptions=True, tracePython=False, redirect=True, passive=True, multiprocessSupport=False, codeStr="", scriptModule="")
 eric6.DebugClients.Python.DebugClientBase.DebugClientBase.writeReady?4(stream)
 eric6.DebugClients.Python.DebugClientBase.DebugClientBase?1()
 eric6.DebugClients.Python.DebugClientBase.DebugClientClose?4(fd)
@@ -386,9 +388,7 @@
 eric6.DebugClients.Python.FlexCompleter.get_class_members?4(klass)
 eric6.DebugClients.Python.ModuleLoader.ModuleLoader.create_module?4(spec)
 eric6.DebugClients.Python.ModuleLoader.ModuleLoader.exec_module?4(module)
-eric6.DebugClients.Python.ModuleLoader.ModuleLoader.find_module?4(fullname, path=None)
 eric6.DebugClients.Python.ModuleLoader.ModuleLoader.find_spec?4(fullname, path, target=None)
-eric6.DebugClients.Python.ModuleLoader.ModuleLoader.load_module?4(fullname)
 eric6.DebugClients.Python.ModuleLoader.ModuleLoader?1(debugClient)
 eric6.DebugClients.Python.MultiProcessDebugExtension._debugClient?8
 eric6.DebugClients.Python.MultiProcessDebugExtension._shallPatch?5()
@@ -591,6 +591,7 @@
 eric6.Debugger.DebugServer.DebugServer.remoteClientVariables?4(debuggerId, scope, filterList, framenr=0)
 eric6.Debugger.DebugServer.DebugServer.remoteCompletion?4(debuggerId, text)
 eric6.Debugger.DebugServer.DebugServer.remoteContinue?4(debuggerId, special=False)
+eric6.Debugger.DebugServer.DebugServer.remoteContinueUntil?4(debuggerId, line)
 eric6.Debugger.DebugServer.DebugServer.remoteCoverage?4(venvName, fn, argv, wd, env, autoClearShell=True, erase=False, forProject=False, runInConsole=False, clientType="")
 eric6.Debugger.DebugServer.DebugServer.remoteEnvironment?4(env)
 eric6.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="")
@@ -723,6 +724,7 @@
 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteClientVariables?4(debuggerId, scope, filterList, framenr=0, maxSize=0)
 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteCompletion?4(debuggerId, text)
 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteContinue?4(debuggerId, special=False)
+eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteContinueUntil?4(debuggerId, line)
 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteCoverage?4(fn, argv, wd, erase=False)
 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteEnvironment?4(env)
 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteLoad?4(fn, argv, wd, traceInterpreter=False, autoContinue=True, enableMultiprocess=False)
@@ -769,6 +771,7 @@
 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteClientVariables?4(debuggerId, scope, filterList, framenr=0, maxSize=0)
 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteCompletion?4(debuggerId, text)
 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteContinue?4(debuggerId, special=False)
+eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteContinueUntil?4(debuggerId, line)
 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteCoverage?4(fn, argv, wd, erase=False)
 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteEnvironment?4(env)
 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteLoad?4(fn, argv, wd, traceInterpreter=False, autoContinue=True, enableMultiprocess=False)

eric ide

mercurial