APIs/Python3/eric6.api

changeset 5144
1ab536d25072
parent 5117
1faa0780ae1d
child 5147
d39dd5cee0c8
diff -r bc64243b7672 -r 1ab536d25072 APIs/Python3/eric6.api
--- a/APIs/Python3/eric6.api	Sun Sep 04 13:51:33 2016 +0200
+++ b/APIs/Python3/eric6.api	Sun Sep 04 13:58:11 2016 +0200
@@ -118,222 +118,163 @@
 eric6.DataViews.PyProfileDialog.PyProfileDialog.on_buttonBox_clicked?4(button)
 eric6.DataViews.PyProfileDialog.PyProfileDialog.start?4(pfn, fn=None)
 eric6.DataViews.PyProfileDialog.PyProfileDialog?1(parent=None)
-eric6.DebugClients.Python.AsyncFile.AsyncFile.close?4(closeit=0)
-eric6.DebugClients.Python.AsyncFile.AsyncFile.fileno?4()
-eric6.DebugClients.Python.AsyncFile.AsyncFile.flush?4()
-eric6.DebugClients.Python.AsyncFile.AsyncFile.isatty?4()
-eric6.DebugClients.Python.AsyncFile.AsyncFile.maxbuffersize?7
-eric6.DebugClients.Python.AsyncFile.AsyncFile.maxtries?7
-eric6.DebugClients.Python.AsyncFile.AsyncFile.pendingWrite?4()
-eric6.DebugClients.Python.AsyncFile.AsyncFile.read?4(size=-1)
-eric6.DebugClients.Python.AsyncFile.AsyncFile.read_p?4(size=-1)
-eric6.DebugClients.Python.AsyncFile.AsyncFile.readline?4(sizehint=-1)
-eric6.DebugClients.Python.AsyncFile.AsyncFile.readline_p?4(size=-1)
-eric6.DebugClients.Python.AsyncFile.AsyncFile.readlines?4(sizehint=-1)
-eric6.DebugClients.Python.AsyncFile.AsyncFile.seek?4(offset, whence=0)
-eric6.DebugClients.Python.AsyncFile.AsyncFile.tell?4()
-eric6.DebugClients.Python.AsyncFile.AsyncFile.truncate?4(size=-1)
-eric6.DebugClients.Python.AsyncFile.AsyncFile.write?4(s)
-eric6.DebugClients.Python.AsyncFile.AsyncFile.writelines?4(list)
-eric6.DebugClients.Python.AsyncFile.AsyncFile?1(sock, mode, name)
-eric6.DebugClients.Python.AsyncFile.AsyncPendingWrite?4(file)
-eric6.DebugClients.Python.AsyncIO.AsyncIO.disconnect?4()
-eric6.DebugClients.Python.AsyncIO.AsyncIO.readReady?4(fd)
-eric6.DebugClients.Python.AsyncIO.AsyncIO.setDescriptors?4(rfd, wfd)
-eric6.DebugClients.Python.AsyncIO.AsyncIO.write?4(s)
-eric6.DebugClients.Python.AsyncIO.AsyncIO.writeReady?4(fd)
-eric6.DebugClients.Python.AsyncIO.AsyncIO?1()
-eric6.DebugClients.Python.DCTestResult.DCTestResult.addError?4(test, err)
-eric6.DebugClients.Python.DCTestResult.DCTestResult.addExpectedFailure?4(test, err)
-eric6.DebugClients.Python.DCTestResult.DCTestResult.addFailure?4(test, err)
-eric6.DebugClients.Python.DCTestResult.DCTestResult.addSkip?4(test, reason)
-eric6.DebugClients.Python.DCTestResult.DCTestResult.addUnexpectedSuccess?4(test)
-eric6.DebugClients.Python.DCTestResult.DCTestResult.startTest?4(test)
-eric6.DebugClients.Python.DCTestResult.DCTestResult.stopTest?4(test)
-eric6.DebugClients.Python.DCTestResult.DCTestResult?1(parent)
-eric6.DebugClients.Python.DebugBase.DebugBase.break_anywhere?4(frame)
-eric6.DebugClients.Python.DebugBase.DebugBase.break_here?4(frame)
-eric6.DebugClients.Python.DebugBase.DebugBase.clear_watch?4(cond)
-eric6.DebugClients.Python.DebugBase.DebugBase.dispatch_exception?4(frame, arg)
-eric6.DebugClients.Python.DebugBase.DebugBase.dispatch_line?4(frame)
-eric6.DebugClients.Python.DebugBase.DebugBase.dispatch_return?4(frame, arg)
-eric6.DebugClients.Python.DebugBase.DebugBase.fix_frame_filename?4(frame)
-eric6.DebugClients.Python.DebugBase.DebugBase.getCurrentFrame?4()
-eric6.DebugClients.Python.DebugBase.DebugBase.getEvent?4()
-eric6.DebugClients.Python.DebugBase.DebugBase.getFrameLocals?4(frmnr=0)
-eric6.DebugClients.Python.DebugBase.DebugBase.getStack?4()
-eric6.DebugClients.Python.DebugBase.DebugBase.get_break?4(filename, lineno)
-eric6.DebugClients.Python.DebugBase.DebugBase.get_watch?4(cond)
-eric6.DebugClients.Python.DebugBase.DebugBase.go?4(special)
-eric6.DebugClients.Python.DebugBase.DebugBase.isBroken?4()
-eric6.DebugClients.Python.DebugBase.DebugBase.profile?4(frame, event, arg)
-eric6.DebugClients.Python.DebugBase.DebugBase.setRecursionDepth?4(frame)
-eric6.DebugClients.Python.DebugBase.DebugBase.set_continue?4(special)
-eric6.DebugClients.Python.DebugBase.DebugBase.set_quit?4()
-eric6.DebugClients.Python.DebugBase.DebugBase.set_trace?4(frame=None)
-eric6.DebugClients.Python.DebugBase.DebugBase.set_watch?4(cond, temporary=0)
-eric6.DebugClients.Python.DebugBase.DebugBase.step?4(traceMode)
-eric6.DebugClients.Python.DebugBase.DebugBase.stepOut?4()
-eric6.DebugClients.Python.DebugBase.DebugBase.stop_here?4(frame)
-eric6.DebugClients.Python.DebugBase.DebugBase.storeFrameLocals?4(frmnr=0)
-eric6.DebugClients.Python.DebugBase.DebugBase.trace_dispatch?4(frame, event, arg)
-eric6.DebugClients.Python.DebugBase.DebugBase.user_exception?4(frame, (exctype, excval, exctb), unhandled=0)
-eric6.DebugClients.Python.DebugBase.DebugBase.user_line?4(frame)
-eric6.DebugClients.Python.DebugBase.DebugBase.user_return?4(frame, retval)
-eric6.DebugClients.Python.DebugBase.DebugBase?1(dbgClient)
-eric6.DebugClients.Python.DebugBase.gRecursionLimit?7
-eric6.DebugClients.Python.DebugBase.printerr?4(s)
-eric6.DebugClients.Python.DebugBase.setRecursionLimit?4(limit)
-eric6.DebugClients.Python.DebugClient.DebugClient.debugClient?7
-eric6.DebugClients.Python.DebugClient.DebugClient?1()
-eric6.DebugClients.Python.DebugClientBase.DebugClientBase.absPath?4(fn)
-eric6.DebugClients.Python.DebugClientBase.DebugClientBase.attachThread?4(target=None, args=None, kwargs=None, mainThread=0)
-eric6.DebugClients.Python.DebugClientBase.DebugClientBase.clientCapabilities?7
-eric6.DebugClients.Python.DebugClientBase.DebugClientBase.close?4(fd)
-eric6.DebugClients.Python.DebugClientBase.DebugClientBase.connectDebugger?4(port, remoteAddress=None, redirect=1)
-eric6.DebugClients.Python.DebugClientBase.DebugClientBase.eventLoop?4(disablePolling=False)
-eric6.DebugClients.Python.DebugClientBase.DebugClientBase.eventPoll?4()
-eric6.DebugClients.Python.DebugClientBase.DebugClientBase.fork?4()
-eric6.DebugClients.Python.DebugClientBase.DebugClientBase.getCoding?4()
-eric6.DebugClients.Python.DebugClientBase.DebugClientBase.getRunning?4()
-eric6.DebugClients.Python.DebugClientBase.DebugClientBase.handleLine?4(line)
-eric6.DebugClients.Python.DebugClientBase.DebugClientBase.input?4(prompt)
-eric6.DebugClients.Python.DebugClientBase.DebugClientBase.main?4()
-eric6.DebugClients.Python.DebugClientBase.DebugClientBase.progTerminated?4(status)
-eric6.DebugClients.Python.DebugClientBase.DebugClientBase.raw_input?4(prompt, echo)
-eric6.DebugClients.Python.DebugClientBase.DebugClientBase.run_call?4(scriptname, func, *args)
-eric6.DebugClients.Python.DebugClientBase.DebugClientBase.sessionClose?4(exit=1)
-eric6.DebugClients.Python.DebugClientBase.DebugClientBase.shouldSkip?4(fn)
-eric6.DebugClients.Python.DebugClientBase.DebugClientBase.startDebugger?4(filename=None, host=None, port=None, enableTrace=1, exceptions=1, tracePython=0, redirect=1)
-eric6.DebugClients.Python.DebugClientBase.DebugClientBase.startProgInDebugger?4(progargs, wd='', host=None, port=None, exceptions=1, tracePython=0, redirect=1)
-eric6.DebugClients.Python.DebugClientBase.DebugClientBase.write?4(s)
-eric6.DebugClients.Python.DebugClientBase.DebugClientBase?1()
-eric6.DebugClients.Python.DebugClientBase.DebugClientClose?4(fd)
-eric6.DebugClients.Python.DebugClientBase.DebugClientFork?4()
-eric6.DebugClients.Python.DebugClientBase.DebugClientInput?4(prompt="")
-eric6.DebugClients.Python.DebugClientBase.DebugClientInstance?7
-eric6.DebugClients.Python.DebugClientBase.DebugClientRawInput?4(prompt="", echo=1)
-eric6.DebugClients.Python.DebugClientBase.DebugClientSetRecursionLimit?4(limit)
-eric6.DebugClients.Python.DebugClientCapabilities.HasAll?7
-eric6.DebugClients.Python.DebugClientCapabilities.HasCompleter?7
-eric6.DebugClients.Python.DebugClientCapabilities.HasCoverage?7
-eric6.DebugClients.Python.DebugClientCapabilities.HasDebugger?7
-eric6.DebugClients.Python.DebugClientCapabilities.HasInterpreter?7
-eric6.DebugClients.Python.DebugClientCapabilities.HasProfiler?7
-eric6.DebugClients.Python.DebugClientCapabilities.HasShell?7
-eric6.DebugClients.Python.DebugClientCapabilities.HasUnittest?7
-eric6.DebugClients.Python.DebugClientThreads.DebugClientThreads.attachThread?4(target=None, args=None, kwargs=None, mainThread=0)
-eric6.DebugClients.Python.DebugClientThreads.DebugClientThreads.debugClient?7
-eric6.DebugClients.Python.DebugClientThreads.DebugClientThreads.eventLoop?4(disablePolling=False)
-eric6.DebugClients.Python.DebugClientThreads.DebugClientThreads.lockClient?4(blocking=1)
-eric6.DebugClients.Python.DebugClientThreads.DebugClientThreads.setCurrentThread?4(id)
-eric6.DebugClients.Python.DebugClientThreads.DebugClientThreads.set_quit?4()
-eric6.DebugClients.Python.DebugClientThreads.DebugClientThreads.threadTerminated?4(dbgThread)
-eric6.DebugClients.Python.DebugClientThreads.DebugClientThreads.unlockClient?4()
-eric6.DebugClients.Python.DebugClientThreads.DebugClientThreads?1()
-eric6.DebugClients.Python.DebugClientThreads._debugclient_start_new_thread?5(target, args, kwargs={})
-eric6.DebugClients.Python.DebugClientThreads._original_start_thread?8
-eric6.DebugClients.Python.DebugConfig.ConfigVarTypeStrings?7
-eric6.DebugClients.Python.DebugProtocol.CallTrace?7
-eric6.DebugClients.Python.DebugProtocol.DebugAddress?7
-eric6.DebugClients.Python.DebugProtocol.EOT?7
-eric6.DebugClients.Python.DebugProtocol.PassiveStartup?7
-eric6.DebugClients.Python.DebugProtocol.RequestBanner?7
-eric6.DebugClients.Python.DebugProtocol.RequestBreak?7
-eric6.DebugClients.Python.DebugProtocol.RequestBreakEnable?7
-eric6.DebugClients.Python.DebugProtocol.RequestBreakIgnore?7
-eric6.DebugClients.Python.DebugProtocol.RequestCallTrace?7
-eric6.DebugClients.Python.DebugProtocol.RequestCapabilities?7
-eric6.DebugClients.Python.DebugProtocol.RequestCompletion?7
-eric6.DebugClients.Python.DebugProtocol.RequestContinue?7
-eric6.DebugClients.Python.DebugProtocol.RequestCoverage?7
-eric6.DebugClients.Python.DebugProtocol.RequestEnv?7
-eric6.DebugClients.Python.DebugProtocol.RequestEval?7
-eric6.DebugClients.Python.DebugProtocol.RequestExec?7
-eric6.DebugClients.Python.DebugProtocol.RequestForkMode?7
-eric6.DebugClients.Python.DebugProtocol.RequestForkTo?7
-eric6.DebugClients.Python.DebugProtocol.RequestLoad?7
-eric6.DebugClients.Python.DebugProtocol.RequestOK?7
-eric6.DebugClients.Python.DebugProtocol.RequestProfile?7
-eric6.DebugClients.Python.DebugProtocol.RequestRun?7
-eric6.DebugClients.Python.DebugProtocol.RequestSetFilter?7
-eric6.DebugClients.Python.DebugProtocol.RequestShutdown?7
-eric6.DebugClients.Python.DebugProtocol.RequestStep?7
-eric6.DebugClients.Python.DebugProtocol.RequestStepOut?7
-eric6.DebugClients.Python.DebugProtocol.RequestStepOver?7
-eric6.DebugClients.Python.DebugProtocol.RequestStepQuit?7
-eric6.DebugClients.Python.DebugProtocol.RequestThreadList?7
-eric6.DebugClients.Python.DebugProtocol.RequestThreadSet?7
-eric6.DebugClients.Python.DebugProtocol.RequestUTPrepare?7
-eric6.DebugClients.Python.DebugProtocol.RequestUTRun?7
-eric6.DebugClients.Python.DebugProtocol.RequestUTStop?7
-eric6.DebugClients.Python.DebugProtocol.RequestVariable?7
-eric6.DebugClients.Python.DebugProtocol.RequestVariables?7
-eric6.DebugClients.Python.DebugProtocol.RequestWatch?7
-eric6.DebugClients.Python.DebugProtocol.RequestWatchEnable?7
-eric6.DebugClients.Python.DebugProtocol.RequestWatchIgnore?7
-eric6.DebugClients.Python.DebugProtocol.ResponseBPConditionError?7
-eric6.DebugClients.Python.DebugProtocol.ResponseBanner?7
-eric6.DebugClients.Python.DebugProtocol.ResponseCapabilities?7
-eric6.DebugClients.Python.DebugProtocol.ResponseClearBreak?7
-eric6.DebugClients.Python.DebugProtocol.ResponseClearWatch?7
-eric6.DebugClients.Python.DebugProtocol.ResponseCompletion?7
-eric6.DebugClients.Python.DebugProtocol.ResponseContinue?7
-eric6.DebugClients.Python.DebugProtocol.ResponseException?7
-eric6.DebugClients.Python.DebugProtocol.ResponseExit?7
-eric6.DebugClients.Python.DebugProtocol.ResponseForkTo?7
-eric6.DebugClients.Python.DebugProtocol.ResponseLine?7
-eric6.DebugClients.Python.DebugProtocol.ResponseOK?7
-eric6.DebugClients.Python.DebugProtocol.ResponseRaw?7
-eric6.DebugClients.Python.DebugProtocol.ResponseSignal?7
-eric6.DebugClients.Python.DebugProtocol.ResponseStack?7
-eric6.DebugClients.Python.DebugProtocol.ResponseSyntax?7
-eric6.DebugClients.Python.DebugProtocol.ResponseThreadList?7
-eric6.DebugClients.Python.DebugProtocol.ResponseThreadSet?7
-eric6.DebugClients.Python.DebugProtocol.ResponseUTFinished?7
-eric6.DebugClients.Python.DebugProtocol.ResponseUTPrepared?7
-eric6.DebugClients.Python.DebugProtocol.ResponseUTStartTest?7
-eric6.DebugClients.Python.DebugProtocol.ResponseUTStopTest?7
-eric6.DebugClients.Python.DebugProtocol.ResponseUTTestErrored?7
-eric6.DebugClients.Python.DebugProtocol.ResponseUTTestFailed?7
-eric6.DebugClients.Python.DebugProtocol.ResponseUTTestFailedExpected?7
-eric6.DebugClients.Python.DebugProtocol.ResponseUTTestSkipped?7
-eric6.DebugClients.Python.DebugProtocol.ResponseUTTestSucceededUnexpected?7
-eric6.DebugClients.Python.DebugProtocol.ResponseVariable?7
-eric6.DebugClients.Python.DebugProtocol.ResponseVariables?7
-eric6.DebugClients.Python.DebugProtocol.ResponseWPConditionError?7
-eric6.DebugClients.Python.DebugThread.DebugThread.bootstrap?4()
-eric6.DebugClients.Python.DebugThread.DebugThread.get_ident?4()
-eric6.DebugClients.Python.DebugThread.DebugThread.get_name?4()
-eric6.DebugClients.Python.DebugThread.DebugThread.set_ident?4(id)
-eric6.DebugClients.Python.DebugThread.DebugThread.traceThread?4()
-eric6.DebugClients.Python.DebugThread.DebugThread.trace_dispatch?4(frame, event, arg)
-eric6.DebugClients.Python.DebugThread.DebugThread?1(dbgClient, targ=None, args=None, kwargs=None, mainThread=0)
-eric6.DebugClients.Python.FlexCompleter.Completer._callable_postfix?5(val, word)
-eric6.DebugClients.Python.FlexCompleter.Completer.attr_matches?4(text)
-eric6.DebugClients.Python.FlexCompleter.Completer.complete?4(text, state)
-eric6.DebugClients.Python.FlexCompleter.Completer.global_matches?4(text)
-eric6.DebugClients.Python.FlexCompleter.Completer?1(namespace=None)
-eric6.DebugClients.Python.FlexCompleter.get_class_members?4(klass)
-eric6.DebugClients.Python.PyProfile.PyProfile.dispatch?7
-eric6.DebugClients.Python.PyProfile.PyProfile.dump_stats?4(file)
-eric6.DebugClients.Python.PyProfile.PyProfile.erase?4()
-eric6.DebugClients.Python.PyProfile.PyProfile.fix_frame_filename?4(frame)
-eric6.DebugClients.Python.PyProfile.PyProfile.save?4()
-eric6.DebugClients.Python.PyProfile.PyProfile.trace_dispatch_call?4(frame, t)
-eric6.DebugClients.Python.PyProfile.PyProfile?1(basename, timer=None, bias=None)
-eric6.DebugClients.Python.eric6dbgstub.debugger?7
-eric6.DebugClients.Python.eric6dbgstub.ericpath?7
-eric6.DebugClients.Python.eric6dbgstub.initDebugger?4(kind="standard")
-eric6.DebugClients.Python.eric6dbgstub.modDir?7
-eric6.DebugClients.Python.eric6dbgstub.runcall?4(func, *args)
-eric6.DebugClients.Python.eric6dbgstub.setScriptname?4(name)
-eric6.DebugClients.Python.eric6dbgstub.startDebugger?4(enableTrace=True, exceptions=True, tracePython=False, redirect=True)
-eric6.DebugClients.Python.getpass.default_getpass?7
-eric6.DebugClients.Python.getpass.getpass?4(prompt='Password: ')
-eric6.DebugClients.Python.getpass.getuser?4()
-eric6.DebugClients.Python.getpass.unix_getpass?7
-eric6.DebugClients.Python.getpass.win_getpass?7
+eric6.DebugClients.Python2.AsyncFile.AsyncFile.close?4(closeit=False)
+eric6.DebugClients.Python2.AsyncFile.AsyncFile.fileno?4()
+eric6.DebugClients.Python2.AsyncFile.AsyncFile.flush?4()
+eric6.DebugClients.Python2.AsyncFile.AsyncFile.isatty?4()
+eric6.DebugClients.Python2.AsyncFile.AsyncFile.maxbuffersize?7
+eric6.DebugClients.Python2.AsyncFile.AsyncFile.maxtries?7
+eric6.DebugClients.Python2.AsyncFile.AsyncFile.pendingWrite?4()
+eric6.DebugClients.Python2.AsyncFile.AsyncFile.read?4(size=-1)
+eric6.DebugClients.Python2.AsyncFile.AsyncFile.read_p?4(size=-1)
+eric6.DebugClients.Python2.AsyncFile.AsyncFile.readable?4()
+eric6.DebugClients.Python2.AsyncFile.AsyncFile.readline?4(sizehint=-1)
+eric6.DebugClients.Python2.AsyncFile.AsyncFile.readline_p?4(size=-1)
+eric6.DebugClients.Python2.AsyncFile.AsyncFile.readlines?4(sizehint=-1)
+eric6.DebugClients.Python2.AsyncFile.AsyncFile.seek?4(offset, whence=0)
+eric6.DebugClients.Python2.AsyncFile.AsyncFile.seekable?4()
+eric6.DebugClients.Python2.AsyncFile.AsyncFile.tell?4()
+eric6.DebugClients.Python2.AsyncFile.AsyncFile.truncate?4(size=-1)
+eric6.DebugClients.Python2.AsyncFile.AsyncFile.writable?4()
+eric6.DebugClients.Python2.AsyncFile.AsyncFile.write?4(s)
+eric6.DebugClients.Python2.AsyncFile.AsyncFile.write_p?4(s)
+eric6.DebugClients.Python2.AsyncFile.AsyncFile.writelines?4(lines)
+eric6.DebugClients.Python2.AsyncFile.AsyncFile?1(sock, mode, name)
+eric6.DebugClients.Python2.AsyncFile.AsyncPendingWrite?4(file)
+eric6.DebugClients.Python2.DCTestResult.DCTestResult.addError?4(test, err)
+eric6.DebugClients.Python2.DCTestResult.DCTestResult.addExpectedFailure?4(test, err)
+eric6.DebugClients.Python2.DCTestResult.DCTestResult.addFailure?4(test, err)
+eric6.DebugClients.Python2.DCTestResult.DCTestResult.addSkip?4(test, reason)
+eric6.DebugClients.Python2.DCTestResult.DCTestResult.addUnexpectedSuccess?4(test)
+eric6.DebugClients.Python2.DCTestResult.DCTestResult.startTest?4(test)
+eric6.DebugClients.Python2.DCTestResult.DCTestResult.stopTest?4(test)
+eric6.DebugClients.Python2.DCTestResult.DCTestResult?1(dbgClient)
+eric6.DebugClients.Python2.DebugBase.DebugBase.break_anywhere?4(frame)
+eric6.DebugClients.Python2.DebugBase.DebugBase.break_here?4(frame)
+eric6.DebugClients.Python2.DebugBase.DebugBase.clear_watch?4(cond)
+eric6.DebugClients.Python2.DebugBase.DebugBase.dispatch_exception?4(frame, arg)
+eric6.DebugClients.Python2.DebugBase.DebugBase.dispatch_line?4(frame)
+eric6.DebugClients.Python2.DebugBase.DebugBase.dispatch_return?4(frame, arg)
+eric6.DebugClients.Python2.DebugBase.DebugBase.fix_frame_filename?4(frame)
+eric6.DebugClients.Python2.DebugBase.DebugBase.getCurrentFrame?4()
+eric6.DebugClients.Python2.DebugBase.DebugBase.getEvent?4()
+eric6.DebugClients.Python2.DebugBase.DebugBase.getFrameLocals?4(frmnr=0)
+eric6.DebugClients.Python2.DebugBase.DebugBase.getStack?4()
+eric6.DebugClients.Python2.DebugBase.DebugBase.get_break?4(filename, lineno)
+eric6.DebugClients.Python2.DebugBase.DebugBase.get_watch?4(cond)
+eric6.DebugClients.Python2.DebugBase.DebugBase.go?4(special)
+eric6.DebugClients.Python2.DebugBase.DebugBase.isBroken?4()
+eric6.DebugClients.Python2.DebugBase.DebugBase.profile?4(frame, event, arg)
+eric6.DebugClients.Python2.DebugBase.DebugBase.setRecursionDepth?4(frame)
+eric6.DebugClients.Python2.DebugBase.DebugBase.set_continue?4(special)
+eric6.DebugClients.Python2.DebugBase.DebugBase.set_quit?4()
+eric6.DebugClients.Python2.DebugBase.DebugBase.set_trace?4(frame=None)
+eric6.DebugClients.Python2.DebugBase.DebugBase.set_watch?4(cond, temporary=0)
+eric6.DebugClients.Python2.DebugBase.DebugBase.step?4(traceMode)
+eric6.DebugClients.Python2.DebugBase.DebugBase.stepOut?4()
+eric6.DebugClients.Python2.DebugBase.DebugBase.stop_here?4(frame)
+eric6.DebugClients.Python2.DebugBase.DebugBase.storeFrameLocals?4(frmnr=0)
+eric6.DebugClients.Python2.DebugBase.DebugBase.trace_dispatch?4(frame, event, arg)
+eric6.DebugClients.Python2.DebugBase.DebugBase.user_exception?4(frame, (exctype, excval, exctb), unhandled=0)
+eric6.DebugClients.Python2.DebugBase.DebugBase.user_line?4(frame)
+eric6.DebugClients.Python2.DebugBase.DebugBase.user_return?4(frame, retval)
+eric6.DebugClients.Python2.DebugBase.DebugBase?1(dbgClient)
+eric6.DebugClients.Python2.DebugBase.gRecursionLimit?7
+eric6.DebugClients.Python2.DebugBase.printerr?4(s)
+eric6.DebugClients.Python2.DebugBase.setRecursionLimit?4(limit)
+eric6.DebugClients.Python2.DebugClient.DebugClient.debugClient?7
+eric6.DebugClients.Python2.DebugClient.DebugClient?1()
+eric6.DebugClients.Python2.DebugClientBase.DebugClientBase.absPath?4(fn)
+eric6.DebugClients.Python2.DebugClientBase.DebugClientBase.attachThread?4(target=None, args=None, kwargs=None, mainThread=0)
+eric6.DebugClients.Python2.DebugClientBase.DebugClientBase.clientCapabilities?7
+eric6.DebugClients.Python2.DebugClientBase.DebugClientBase.close?4(fd)
+eric6.DebugClients.Python2.DebugClientBase.DebugClientBase.connectDebugger?4(port, remoteAddress=None, redirect=1)
+eric6.DebugClients.Python2.DebugClientBase.DebugClientBase.eventLoop?4(disablePolling=False)
+eric6.DebugClients.Python2.DebugClientBase.DebugClientBase.eventPoll?4()
+eric6.DebugClients.Python2.DebugClientBase.DebugClientBase.fork?4()
+eric6.DebugClients.Python2.DebugClientBase.DebugClientBase.getCoding?4()
+eric6.DebugClients.Python2.DebugClientBase.DebugClientBase.getRunning?4()
+eric6.DebugClients.Python2.DebugClientBase.DebugClientBase.handleJsonCommand?4(jsonStr)
+eric6.DebugClients.Python2.DebugClientBase.DebugClientBase.handleLine?4(line)
+eric6.DebugClients.Python2.DebugClientBase.DebugClientBase.input?4(prompt)
+eric6.DebugClients.Python2.DebugClientBase.DebugClientBase.main?4()
+eric6.DebugClients.Python2.DebugClientBase.DebugClientBase.progTerminated?4(status, message="")
+eric6.DebugClients.Python2.DebugClientBase.DebugClientBase.raw_input?4(prompt, echo)
+eric6.DebugClients.Python2.DebugClientBase.DebugClientBase.readReady?4(stream)
+eric6.DebugClients.Python2.DebugClientBase.DebugClientBase.run_call?4(scriptname, func, *args)
+eric6.DebugClients.Python2.DebugClientBase.DebugClientBase.sendCallTrace?4(event, fromInfo, toInfo)
+eric6.DebugClients.Python2.DebugClientBase.DebugClientBase.sendClearTemporaryBreakpoint?4(filename, lineno)
+eric6.DebugClients.Python2.DebugClientBase.DebugClientBase.sendClearTemporaryWatch?4(condition)
+eric6.DebugClients.Python2.DebugClientBase.DebugClientBase.sendException?4(exceptionType, exceptionMessage, stack)
+eric6.DebugClients.Python2.DebugClientBase.DebugClientBase.sendJsonCommand?4(method, params)
+eric6.DebugClients.Python2.DebugClientBase.DebugClientBase.sendPassiveStartup?4(filename, exceptions)
+eric6.DebugClients.Python2.DebugClientBase.DebugClientBase.sendResponseLine?4(stack)
+eric6.DebugClients.Python2.DebugClientBase.DebugClientBase.sendSyntaxError?4(message, filename, lineno, charno)
+eric6.DebugClients.Python2.DebugClientBase.DebugClientBase.sessionClose?4(exit=True)
+eric6.DebugClients.Python2.DebugClientBase.DebugClientBase.shouldSkip?4(fn)
+eric6.DebugClients.Python2.DebugClientBase.DebugClientBase.startDebugger?4(filename=None, host=None, port=None, enableTrace=True, exceptions=True, tracePython=False, redirect=True)
+eric6.DebugClients.Python2.DebugClientBase.DebugClientBase.startProgInDebugger?4(progargs, wd='', host=None, port=None, exceptions=True, tracePython=False, redirect=True)
+eric6.DebugClients.Python2.DebugClientBase.DebugClientBase.writeReady?4(stream)
+eric6.DebugClients.Python2.DebugClientBase.DebugClientBase?1()
+eric6.DebugClients.Python2.DebugClientBase.DebugClientClose?4(fd)
+eric6.DebugClients.Python2.DebugClientBase.DebugClientFork?4()
+eric6.DebugClients.Python2.DebugClientBase.DebugClientInput?4(prompt="")
+eric6.DebugClients.Python2.DebugClientBase.DebugClientInstance?7
+eric6.DebugClients.Python2.DebugClientBase.DebugClientRawInput?4(prompt="", echo=1)
+eric6.DebugClients.Python2.DebugClientBase.DebugClientSetRecursionLimit?4(limit)
+eric6.DebugClients.Python2.DebugClientCapabilities.HasAll?7
+eric6.DebugClients.Python2.DebugClientCapabilities.HasCompleter?7
+eric6.DebugClients.Python2.DebugClientCapabilities.HasCoverage?7
+eric6.DebugClients.Python2.DebugClientCapabilities.HasDebugger?7
+eric6.DebugClients.Python2.DebugClientCapabilities.HasInterpreter?7
+eric6.DebugClients.Python2.DebugClientCapabilities.HasProfiler?7
+eric6.DebugClients.Python2.DebugClientCapabilities.HasShell?7
+eric6.DebugClients.Python2.DebugClientCapabilities.HasUnittest?7
+eric6.DebugClients.Python2.DebugClientThreads.DebugClientThreads.attachThread?4(target=None, args=None, kwargs=None, mainThread=0)
+eric6.DebugClients.Python2.DebugClientThreads.DebugClientThreads.debugClient?7
+eric6.DebugClients.Python2.DebugClientThreads.DebugClientThreads.eventLoop?4(disablePolling=False)
+eric6.DebugClients.Python2.DebugClientThreads.DebugClientThreads.lockClient?4(blocking=1)
+eric6.DebugClients.Python2.DebugClientThreads.DebugClientThreads.setCurrentThread?4(id)
+eric6.DebugClients.Python2.DebugClientThreads.DebugClientThreads.set_quit?4()
+eric6.DebugClients.Python2.DebugClientThreads.DebugClientThreads.threadTerminated?4(dbgThread)
+eric6.DebugClients.Python2.DebugClientThreads.DebugClientThreads.unlockClient?4()
+eric6.DebugClients.Python2.DebugClientThreads.DebugClientThreads?1()
+eric6.DebugClients.Python2.DebugClientThreads._debugclient_start_new_thread?5(target, args, kwargs={})
+eric6.DebugClients.Python2.DebugClientThreads._original_start_thread?8
+eric6.DebugClients.Python2.DebugConfig.ConfigVarTypeStrings?7
+eric6.DebugClients.Python2.DebugThread.DebugThread.bootstrap?4()
+eric6.DebugClients.Python2.DebugThread.DebugThread.get_ident?4()
+eric6.DebugClients.Python2.DebugThread.DebugThread.get_name?4()
+eric6.DebugClients.Python2.DebugThread.DebugThread.set_ident?4(id)
+eric6.DebugClients.Python2.DebugThread.DebugThread.traceThread?4()
+eric6.DebugClients.Python2.DebugThread.DebugThread.trace_dispatch?4(frame, event, arg)
+eric6.DebugClients.Python2.DebugThread.DebugThread?1(dbgClient, targ=None, args=None, kwargs=None, mainThread=False)
+eric6.DebugClients.Python2.DebugUtilities.prepareJsonCommand?4(method, params)
+eric6.DebugClients.Python2.FlexCompleter.Completer._callable_postfix?5(val, word)
+eric6.DebugClients.Python2.FlexCompleter.Completer.attr_matches?4(text)
+eric6.DebugClients.Python2.FlexCompleter.Completer.complete?4(text, state)
+eric6.DebugClients.Python2.FlexCompleter.Completer.global_matches?4(text)
+eric6.DebugClients.Python2.FlexCompleter.Completer?1(namespace=None)
+eric6.DebugClients.Python2.FlexCompleter.get_class_members?4(klass)
+eric6.DebugClients.Python2.PyProfile.PyProfile.dispatch?7
+eric6.DebugClients.Python2.PyProfile.PyProfile.dump_stats?4(file)
+eric6.DebugClients.Python2.PyProfile.PyProfile.erase?4()
+eric6.DebugClients.Python2.PyProfile.PyProfile.fix_frame_filename?4(frame)
+eric6.DebugClients.Python2.PyProfile.PyProfile.save?4()
+eric6.DebugClients.Python2.PyProfile.PyProfile.trace_dispatch_call?4(frame, t)
+eric6.DebugClients.Python2.PyProfile.PyProfile?1(basename, timer=None, bias=None)
+eric6.DebugClients.Python2.eric6dbgstub.debugger?7
+eric6.DebugClients.Python2.eric6dbgstub.ericpath?7
+eric6.DebugClients.Python2.eric6dbgstub.initDebugger?4(kind="standard")
+eric6.DebugClients.Python2.eric6dbgstub.modDir?7
+eric6.DebugClients.Python2.eric6dbgstub.runcall?4(func, *args)
+eric6.DebugClients.Python2.eric6dbgstub.setScriptname?4(name)
+eric6.DebugClients.Python2.eric6dbgstub.startDebugger?4(enableTrace=True, exceptions=True, tracePython=False, redirect=True)
+eric6.DebugClients.Python2.getpass.default_getpass?7
+eric6.DebugClients.Python2.getpass.getpass?4(prompt='Password: ')
+eric6.DebugClients.Python2.getpass.getuser?4()
+eric6.DebugClients.Python2.getpass.unix_getpass?7
+eric6.DebugClients.Python2.getpass.win_getpass?7
 eric6.DebugClients.Python3.AsyncFile.AsyncFile.close?4(closeit=False)
 eric6.DebugClients.Python3.AsyncFile.AsyncFile.fileno?4()
 eric6.DebugClients.Python3.AsyncFile.AsyncFile.flush?4()
@@ -353,15 +294,10 @@
 eric6.DebugClients.Python3.AsyncFile.AsyncFile.truncate?4(size=-1)
 eric6.DebugClients.Python3.AsyncFile.AsyncFile.writable?4()
 eric6.DebugClients.Python3.AsyncFile.AsyncFile.write?4(s)
-eric6.DebugClients.Python3.AsyncFile.AsyncFile.writelines?4(list)
+eric6.DebugClients.Python3.AsyncFile.AsyncFile.write_p?4(s)
+eric6.DebugClients.Python3.AsyncFile.AsyncFile.writelines?4(lines)
 eric6.DebugClients.Python3.AsyncFile.AsyncFile?1(sock, mode, name)
 eric6.DebugClients.Python3.AsyncFile.AsyncPendingWrite?4(file)
-eric6.DebugClients.Python3.AsyncIO.AsyncIO.disconnect?4()
-eric6.DebugClients.Python3.AsyncIO.AsyncIO.readReady?4(fd)
-eric6.DebugClients.Python3.AsyncIO.AsyncIO.setDescriptors?4(rfd, wfd)
-eric6.DebugClients.Python3.AsyncIO.AsyncIO.write?4(s)
-eric6.DebugClients.Python3.AsyncIO.AsyncIO.writeReady?4(fd)
-eric6.DebugClients.Python3.AsyncIO.AsyncIO?1()
 eric6.DebugClients.Python3.DCTestResult.DCTestResult.addError?4(test, err)
 eric6.DebugClients.Python3.DCTestResult.DCTestResult.addExpectedFailure?4(test, err)
 eric6.DebugClients.Python3.DCTestResult.DCTestResult.addFailure?4(test, err)
@@ -369,7 +305,7 @@
 eric6.DebugClients.Python3.DCTestResult.DCTestResult.addUnexpectedSuccess?4(test)
 eric6.DebugClients.Python3.DCTestResult.DCTestResult.startTest?4(test)
 eric6.DebugClients.Python3.DCTestResult.DCTestResult.stopTest?4(test)
-eric6.DebugClients.Python3.DCTestResult.DCTestResult?1(parent)
+eric6.DebugClients.Python3.DCTestResult.DCTestResult?1(dbgClient)
 eric6.DebugClients.Python3.DebugBase.DebugBase.break_anywhere?4(frame)
 eric6.DebugClients.Python3.DebugBase.DebugBase.break_here?4(frame)
 eric6.DebugClients.Python3.DebugBase.DebugBase.clear_watch?4(cond)
@@ -415,16 +351,26 @@
 eric6.DebugClients.Python3.DebugClientBase.DebugClientBase.fork?4()
 eric6.DebugClients.Python3.DebugClientBase.DebugClientBase.getCoding?4()
 eric6.DebugClients.Python3.DebugClientBase.DebugClientBase.getRunning?4()
+eric6.DebugClients.Python3.DebugClientBase.DebugClientBase.handleJsonCommand?4(jsonStr)
 eric6.DebugClients.Python3.DebugClientBase.DebugClientBase.handleLine?4(line)
 eric6.DebugClients.Python3.DebugClientBase.DebugClientBase.input?4(prompt, echo=True)
 eric6.DebugClients.Python3.DebugClientBase.DebugClientBase.main?4()
-eric6.DebugClients.Python3.DebugClientBase.DebugClientBase.progTerminated?4(status)
+eric6.DebugClients.Python3.DebugClientBase.DebugClientBase.progTerminated?4(status, message="")
+eric6.DebugClients.Python3.DebugClientBase.DebugClientBase.readReady?4(stream)
 eric6.DebugClients.Python3.DebugClientBase.DebugClientBase.run_call?4(scriptname, func, *args)
+eric6.DebugClients.Python3.DebugClientBase.DebugClientBase.sendCallTrace?4(event, fromInfo, toInfo)
+eric6.DebugClients.Python3.DebugClientBase.DebugClientBase.sendClearTemporaryBreakpoint?4(filename, lineno)
+eric6.DebugClients.Python3.DebugClientBase.DebugClientBase.sendClearTemporaryWatch?4(condition)
+eric6.DebugClients.Python3.DebugClientBase.DebugClientBase.sendException?4(exceptionType, exceptionMessage, stack)
+eric6.DebugClients.Python3.DebugClientBase.DebugClientBase.sendJsonCommand?4(method, params)
+eric6.DebugClients.Python3.DebugClientBase.DebugClientBase.sendPassiveStartup?4(filename, exceptions)
+eric6.DebugClients.Python3.DebugClientBase.DebugClientBase.sendResponseLine?4(stack)
+eric6.DebugClients.Python3.DebugClientBase.DebugClientBase.sendSyntaxError?4(message, filename, lineno, charno)
 eric6.DebugClients.Python3.DebugClientBase.DebugClientBase.sessionClose?4(exit=True)
 eric6.DebugClients.Python3.DebugClientBase.DebugClientBase.shouldSkip?4(fn)
 eric6.DebugClients.Python3.DebugClientBase.DebugClientBase.startDebugger?4(filename=None, host=None, port=None, enableTrace=True, exceptions=True, tracePython=False, redirect=True)
 eric6.DebugClients.Python3.DebugClientBase.DebugClientBase.startProgInDebugger?4(progargs, wd='', host=None, port=None, exceptions=True, tracePython=False, redirect=True)
-eric6.DebugClients.Python3.DebugClientBase.DebugClientBase.write?4(s)
+eric6.DebugClients.Python3.DebugClientBase.DebugClientBase.writeReady?4(stream)
 eric6.DebugClients.Python3.DebugClientBase.DebugClientBase?1()
 eric6.DebugClients.Python3.DebugClientBase.DebugClientClose?4(fd)
 eric6.DebugClients.Python3.DebugClientBase.DebugClientFork?4()
@@ -451,74 +397,6 @@
 eric6.DebugClients.Python3.DebugClientThreads._debugclient_start_new_thread?5(target, args, kwargs={})
 eric6.DebugClients.Python3.DebugClientThreads._original_start_thread?8
 eric6.DebugClients.Python3.DebugConfig.ConfigVarTypeStrings?7
-eric6.DebugClients.Python3.DebugProtocol.CallTrace?7
-eric6.DebugClients.Python3.DebugProtocol.DebugAddress?7
-eric6.DebugClients.Python3.DebugProtocol.EOT?7
-eric6.DebugClients.Python3.DebugProtocol.PassiveStartup?7
-eric6.DebugClients.Python3.DebugProtocol.RequestBanner?7
-eric6.DebugClients.Python3.DebugProtocol.RequestBreak?7
-eric6.DebugClients.Python3.DebugProtocol.RequestBreakEnable?7
-eric6.DebugClients.Python3.DebugProtocol.RequestBreakIgnore?7
-eric6.DebugClients.Python3.DebugProtocol.RequestCallTrace?7
-eric6.DebugClients.Python3.DebugProtocol.RequestCapabilities?7
-eric6.DebugClients.Python3.DebugProtocol.RequestCompletion?7
-eric6.DebugClients.Python3.DebugProtocol.RequestContinue?7
-eric6.DebugClients.Python3.DebugProtocol.RequestCoverage?7
-eric6.DebugClients.Python3.DebugProtocol.RequestEnv?7
-eric6.DebugClients.Python3.DebugProtocol.RequestEval?7
-eric6.DebugClients.Python3.DebugProtocol.RequestExec?7
-eric6.DebugClients.Python3.DebugProtocol.RequestForkMode?7
-eric6.DebugClients.Python3.DebugProtocol.RequestForkTo?7
-eric6.DebugClients.Python3.DebugProtocol.RequestLoad?7
-eric6.DebugClients.Python3.DebugProtocol.RequestOK?7
-eric6.DebugClients.Python3.DebugProtocol.RequestProfile?7
-eric6.DebugClients.Python3.DebugProtocol.RequestRun?7
-eric6.DebugClients.Python3.DebugProtocol.RequestSetFilter?7
-eric6.DebugClients.Python3.DebugProtocol.RequestShutdown?7
-eric6.DebugClients.Python3.DebugProtocol.RequestStep?7
-eric6.DebugClients.Python3.DebugProtocol.RequestStepOut?7
-eric6.DebugClients.Python3.DebugProtocol.RequestStepOver?7
-eric6.DebugClients.Python3.DebugProtocol.RequestStepQuit?7
-eric6.DebugClients.Python3.DebugProtocol.RequestThreadList?7
-eric6.DebugClients.Python3.DebugProtocol.RequestThreadSet?7
-eric6.DebugClients.Python3.DebugProtocol.RequestUTPrepare?7
-eric6.DebugClients.Python3.DebugProtocol.RequestUTRun?7
-eric6.DebugClients.Python3.DebugProtocol.RequestUTStop?7
-eric6.DebugClients.Python3.DebugProtocol.RequestVariable?7
-eric6.DebugClients.Python3.DebugProtocol.RequestVariables?7
-eric6.DebugClients.Python3.DebugProtocol.RequestWatch?7
-eric6.DebugClients.Python3.DebugProtocol.RequestWatchEnable?7
-eric6.DebugClients.Python3.DebugProtocol.RequestWatchIgnore?7
-eric6.DebugClients.Python3.DebugProtocol.ResponseBPConditionError?7
-eric6.DebugClients.Python3.DebugProtocol.ResponseBanner?7
-eric6.DebugClients.Python3.DebugProtocol.ResponseCapabilities?7
-eric6.DebugClients.Python3.DebugProtocol.ResponseClearBreak?7
-eric6.DebugClients.Python3.DebugProtocol.ResponseClearWatch?7
-eric6.DebugClients.Python3.DebugProtocol.ResponseCompletion?7
-eric6.DebugClients.Python3.DebugProtocol.ResponseContinue?7
-eric6.DebugClients.Python3.DebugProtocol.ResponseException?7
-eric6.DebugClients.Python3.DebugProtocol.ResponseExit?7
-eric6.DebugClients.Python3.DebugProtocol.ResponseForkTo?7
-eric6.DebugClients.Python3.DebugProtocol.ResponseLine?7
-eric6.DebugClients.Python3.DebugProtocol.ResponseOK?7
-eric6.DebugClients.Python3.DebugProtocol.ResponseRaw?7
-eric6.DebugClients.Python3.DebugProtocol.ResponseSignal?7
-eric6.DebugClients.Python3.DebugProtocol.ResponseStack?7
-eric6.DebugClients.Python3.DebugProtocol.ResponseSyntax?7
-eric6.DebugClients.Python3.DebugProtocol.ResponseThreadList?7
-eric6.DebugClients.Python3.DebugProtocol.ResponseThreadSet?7
-eric6.DebugClients.Python3.DebugProtocol.ResponseUTFinished?7
-eric6.DebugClients.Python3.DebugProtocol.ResponseUTPrepared?7
-eric6.DebugClients.Python3.DebugProtocol.ResponseUTStartTest?7
-eric6.DebugClients.Python3.DebugProtocol.ResponseUTStopTest?7
-eric6.DebugClients.Python3.DebugProtocol.ResponseUTTestErrored?7
-eric6.DebugClients.Python3.DebugProtocol.ResponseUTTestFailed?7
-eric6.DebugClients.Python3.DebugProtocol.ResponseUTTestFailedExpected?7
-eric6.DebugClients.Python3.DebugProtocol.ResponseUTTestSkipped?7
-eric6.DebugClients.Python3.DebugProtocol.ResponseUTTestSucceededUnexpected?7
-eric6.DebugClients.Python3.DebugProtocol.ResponseVariable?7
-eric6.DebugClients.Python3.DebugProtocol.ResponseVariables?7
-eric6.DebugClients.Python3.DebugProtocol.ResponseWPConditionError?7
 eric6.DebugClients.Python3.DebugThread.DebugThread.bootstrap?4()
 eric6.DebugClients.Python3.DebugThread.DebugThread.get_ident?4()
 eric6.DebugClients.Python3.DebugThread.DebugThread.get_name?4()
@@ -530,6 +408,7 @@
 eric6.DebugClients.Python3.DebugUtilities._getfullargs?5(co)
 eric6.DebugClients.Python3.DebugUtilities.formatargvalues?4(args, varargs, varkw, locals, formatarg=str, formatvarargs=lambda name: '*' + name, formatvarkw=lambda name: '**' + name, formatvalue=lambda value: '=' + repr(value))
 eric6.DebugClients.Python3.DebugUtilities.getargvalues?4(frame)
+eric6.DebugClients.Python3.DebugUtilities.prepareJsonCommand?4(method, params)
 eric6.DebugClients.Python3.FlexCompleter.Completer._callable_postfix?5(val, word)
 eric6.DebugClients.Python3.FlexCompleter.Completer.attr_matches?4(text)
 eric6.DebugClients.Python3.FlexCompleter.Completer.complete?4(text, state)
@@ -606,73 +485,6 @@
 eric6.Debugger.DebugClientCapabilities.HasProfiler?7
 eric6.Debugger.DebugClientCapabilities.HasShell?7
 eric6.Debugger.DebugClientCapabilities.HasUnittest?7
-eric6.Debugger.DebugProtocol.CallTrace?7
-eric6.Debugger.DebugProtocol.EOT?7
-eric6.Debugger.DebugProtocol.PassiveStartup?7
-eric6.Debugger.DebugProtocol.RequestBanner?7
-eric6.Debugger.DebugProtocol.RequestBreak?7
-eric6.Debugger.DebugProtocol.RequestBreakEnable?7
-eric6.Debugger.DebugProtocol.RequestBreakIgnore?7
-eric6.Debugger.DebugProtocol.RequestCallTrace?7
-eric6.Debugger.DebugProtocol.RequestCapabilities?7
-eric6.Debugger.DebugProtocol.RequestCompletion?7
-eric6.Debugger.DebugProtocol.RequestContinue?7
-eric6.Debugger.DebugProtocol.RequestCoverage?7
-eric6.Debugger.DebugProtocol.RequestEnv?7
-eric6.Debugger.DebugProtocol.RequestEval?7
-eric6.Debugger.DebugProtocol.RequestExec?7
-eric6.Debugger.DebugProtocol.RequestForkMode?7
-eric6.Debugger.DebugProtocol.RequestForkTo?7
-eric6.Debugger.DebugProtocol.RequestLoad?7
-eric6.Debugger.DebugProtocol.RequestOK?7
-eric6.Debugger.DebugProtocol.RequestProfile?7
-eric6.Debugger.DebugProtocol.RequestRun?7
-eric6.Debugger.DebugProtocol.RequestSetFilter?7
-eric6.Debugger.DebugProtocol.RequestShutdown?7
-eric6.Debugger.DebugProtocol.RequestStep?7
-eric6.Debugger.DebugProtocol.RequestStepOut?7
-eric6.Debugger.DebugProtocol.RequestStepOver?7
-eric6.Debugger.DebugProtocol.RequestStepQuit?7
-eric6.Debugger.DebugProtocol.RequestThreadList?7
-eric6.Debugger.DebugProtocol.RequestThreadSet?7
-eric6.Debugger.DebugProtocol.RequestUTPrepare?7
-eric6.Debugger.DebugProtocol.RequestUTRun?7
-eric6.Debugger.DebugProtocol.RequestUTStop?7
-eric6.Debugger.DebugProtocol.RequestVariable?7
-eric6.Debugger.DebugProtocol.RequestVariables?7
-eric6.Debugger.DebugProtocol.RequestWatch?7
-eric6.Debugger.DebugProtocol.RequestWatchEnable?7
-eric6.Debugger.DebugProtocol.RequestWatchIgnore?7
-eric6.Debugger.DebugProtocol.ResponseBPConditionError?7
-eric6.Debugger.DebugProtocol.ResponseBanner?7
-eric6.Debugger.DebugProtocol.ResponseCapabilities?7
-eric6.Debugger.DebugProtocol.ResponseClearBreak?7
-eric6.Debugger.DebugProtocol.ResponseClearWatch?7
-eric6.Debugger.DebugProtocol.ResponseCompletion?7
-eric6.Debugger.DebugProtocol.ResponseContinue?7
-eric6.Debugger.DebugProtocol.ResponseException?7
-eric6.Debugger.DebugProtocol.ResponseExit?7
-eric6.Debugger.DebugProtocol.ResponseForkTo?7
-eric6.Debugger.DebugProtocol.ResponseLine?7
-eric6.Debugger.DebugProtocol.ResponseOK?7
-eric6.Debugger.DebugProtocol.ResponseRaw?7
-eric6.Debugger.DebugProtocol.ResponseSignal?7
-eric6.Debugger.DebugProtocol.ResponseStack?7
-eric6.Debugger.DebugProtocol.ResponseSyntax?7
-eric6.Debugger.DebugProtocol.ResponseThreadList?7
-eric6.Debugger.DebugProtocol.ResponseThreadSet?7
-eric6.Debugger.DebugProtocol.ResponseUTFinished?7
-eric6.Debugger.DebugProtocol.ResponseUTPrepared?7
-eric6.Debugger.DebugProtocol.ResponseUTStartTest?7
-eric6.Debugger.DebugProtocol.ResponseUTStopTest?7
-eric6.Debugger.DebugProtocol.ResponseUTTestErrored?7
-eric6.Debugger.DebugProtocol.ResponseUTTestFailed?7
-eric6.Debugger.DebugProtocol.ResponseUTTestFailedExpected?7
-eric6.Debugger.DebugProtocol.ResponseUTTestSkipped?7
-eric6.Debugger.DebugProtocol.ResponseUTTestSucceededUnexpected?7
-eric6.Debugger.DebugProtocol.ResponseVariable?7
-eric6.Debugger.DebugProtocol.ResponseVariables?7
-eric6.Debugger.DebugProtocol.ResponseWPConditionError?7
 eric6.Debugger.DebugServer.DebugServer.appendStdout?7
 eric6.Debugger.DebugServer.DebugServer.callTraceInfo?7
 eric6.Debugger.DebugServer.DebugServer.clientBanner?7
@@ -731,8 +543,6 @@
 eric6.Debugger.DebugServer.DebugServer.remoteContinue?4(special=False)
 eric6.Debugger.DebugServer.DebugServer.remoteCoverage?4(fn, argv, wd, env, autoClearShell=True, erase=False, forProject=False, runInConsole=False, clientType="")
 eric6.Debugger.DebugServer.DebugServer.remoteEnvironment?4(env)
-eric6.Debugger.DebugServer.DebugServer.remoteEval?4(arg)
-eric6.Debugger.DebugServer.DebugServer.remoteExec?4(stmt)
 eric6.Debugger.DebugServer.DebugServer.remoteLoad?4(fn, argv, wd, env, autoClearShell=True, tracePython=False, autoContinue=True, forProject=False, runInConsole=False, autoFork=False, forkChild=False, clientType="", enableCallTrace=False)
 eric6.Debugger.DebugServer.DebugServer.remoteProfile?4(fn, argv, wd, env, autoClearShell=True, erase=False, forProject=False, runInConsole=False, clientType="")
 eric6.Debugger.DebugServer.DebugServer.remoteRawInput?4(s)
@@ -757,7 +567,7 @@
 eric6.Debugger.DebugServer.DebugServer.signalClientClearWatch?4(condition)
 eric6.Debugger.DebugServer.DebugServer.signalClientCompletionList?4(completionList, text)
 eric6.Debugger.DebugServer.DebugServer.signalClientException?4(exceptionType, exceptionMessage, stackTrace)
-eric6.Debugger.DebugServer.DebugServer.signalClientExit?4(status)
+eric6.Debugger.DebugServer.DebugServer.signalClientExit?4(status, message="")
 eric6.Debugger.DebugServer.DebugServer.signalClientLine?4(filename, lineno, forStack=False)
 eric6.Debugger.DebugServer.DebugServer.signalClientOutput?4(line)
 eric6.Debugger.DebugServer.DebugServer.signalClientRawInput?4(prompt, echo)
@@ -835,7 +645,6 @@
 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.getClientCapabilities?4()
 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.isConnected?4()
 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.newConnection?4(sock)
-eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteBanner?4()
 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteBreakpoint?4(fn, line, set, cond=None, temp=False)
 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteBreakpointEnable?4(fn, line, enable)
 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteBreakpointIgnore?4(fn, line, count)
@@ -848,7 +657,6 @@
 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteCoverage?4(fn, argv, wd, erase=False)
 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteEnvironment?4(env)
 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteEval?4(arg)
-eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteExec?4(stmt)
 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteLoad?4(fn, argv, wd, traceInterpreter=False, autoContinue=True, autoFork=False, forkChild=False)
 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteProfile?4(fn, argv, wd, erase=False)
 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteRawInput?4(s)
@@ -873,56 +681,54 @@
 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone?1(debugServer, passive)
 eric6.Debugger.DebuggerInterfaceNone.createDebuggerInterfaceNone?4(debugServer, passive)
 eric6.Debugger.DebuggerInterfaceNone.getRegistryData?4()
-eric6.Debugger.DebuggerInterfacePython.ClientDefaultCapabilities?7
-eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.flush?4()
-eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.getClientCapabilities?4()
-eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.isConnected?4()
-eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.newConnection?4(sock)
-eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteBanner?4()
-eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteBreakpoint?4(fn, line, set, cond=None, temp=False)
-eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteBreakpointEnable?4(fn, line, enable)
-eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteBreakpointIgnore?4(fn, line, count)
-eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteCapabilities?4()
-eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteClientSetFilter?4(scope, filter)
-eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteClientVariable?4(scope, filter, var, framenr=0)
-eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteClientVariables?4(scope, filter, framenr=0)
-eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteCompletion?4(text)
-eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteContinue?4(special=False)
-eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteCoverage?4(fn, argv, wd, erase=False)
-eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteEnvironment?4(env)
-eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteEval?4(arg)
-eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteExec?4(stmt)
-eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteLoad?4(fn, argv, wd, traceInterpreter=False, autoContinue=True, autoFork=False, forkChild=False)
-eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteProfile?4(fn, argv, wd, erase=False)
-eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteRawInput?4(s)
-eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteRun?4(fn, argv, wd, autoFork=False, forkChild=False)
-eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteSetThread?4(tid)
-eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteStatement?4(stmt)
-eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteStep?4()
-eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteStepOut?4()
-eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteStepOver?4()
-eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteStepQuit?4()
-eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteThreadList?4()
-eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteUTPrepare?4(fn, tn, tfn, failed, cov, covname, coverase)
-eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteUTRun?4()
-eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteUTStop?4()
-eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteWatchpoint?4(cond, set, temp=False)
-eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteWatchpointEnable?4(cond, enable)
-eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteWatchpointIgnore?4(cond, count)
-eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.setCallTraceEnabled?4(on)
-eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.shutdown?4()
-eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.startRemote?4(port, runInConsole)
-eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.startRemoteForProject?4(port, runInConsole)
-eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython?1(debugServer, passive)
-eric6.Debugger.DebuggerInterfacePython.createDebuggerInterfacePython?4(debugServer, passive)
-eric6.Debugger.DebuggerInterfacePython.getRegistryData?4()
+eric6.Debugger.DebuggerInterfacePython2.ClientDefaultCapabilities?7
+eric6.Debugger.DebuggerInterfacePython2.DebuggerInterfacePython2.flush?4()
+eric6.Debugger.DebuggerInterfacePython2.DebuggerInterfacePython2.getClientCapabilities?4()
+eric6.Debugger.DebuggerInterfacePython2.DebuggerInterfacePython2.isConnected?4()
+eric6.Debugger.DebuggerInterfacePython2.DebuggerInterfacePython2.newConnection?4(sock)
+eric6.Debugger.DebuggerInterfacePython2.DebuggerInterfacePython2.remoteBanner?4()
+eric6.Debugger.DebuggerInterfacePython2.DebuggerInterfacePython2.remoteBreakpoint?4(fn, line, setBreakpoint, cond=None, temp=False)
+eric6.Debugger.DebuggerInterfacePython2.DebuggerInterfacePython2.remoteBreakpointEnable?4(fn, line, enable)
+eric6.Debugger.DebuggerInterfacePython2.DebuggerInterfacePython2.remoteBreakpointIgnore?4(fn, line, count)
+eric6.Debugger.DebuggerInterfacePython2.DebuggerInterfacePython2.remoteCapabilities?4()
+eric6.Debugger.DebuggerInterfacePython2.DebuggerInterfacePython2.remoteClientSetFilter?4(scope, filter)
+eric6.Debugger.DebuggerInterfacePython2.DebuggerInterfacePython2.remoteClientVariable?4(scope, filter, var, framenr=0)
+eric6.Debugger.DebuggerInterfacePython2.DebuggerInterfacePython2.remoteClientVariables?4(scope, filter, framenr=0)
+eric6.Debugger.DebuggerInterfacePython2.DebuggerInterfacePython2.remoteCompletion?4(text)
+eric6.Debugger.DebuggerInterfacePython2.DebuggerInterfacePython2.remoteContinue?4(special=False)
+eric6.Debugger.DebuggerInterfacePython2.DebuggerInterfacePython2.remoteCoverage?4(fn, argv, wd, erase=False)
+eric6.Debugger.DebuggerInterfacePython2.DebuggerInterfacePython2.remoteEnvironment?4(env)
+eric6.Debugger.DebuggerInterfacePython2.DebuggerInterfacePython2.remoteLoad?4(fn, argv, wd, traceInterpreter=False, autoContinue=True, autoFork=False, forkChild=False)
+eric6.Debugger.DebuggerInterfacePython2.DebuggerInterfacePython2.remoteProfile?4(fn, argv, wd, erase=False)
+eric6.Debugger.DebuggerInterfacePython2.DebuggerInterfacePython2.remoteRawInput?4(s)
+eric6.Debugger.DebuggerInterfacePython2.DebuggerInterfacePython2.remoteRun?4(fn, argv, wd, autoFork=False, forkChild=False)
+eric6.Debugger.DebuggerInterfacePython2.DebuggerInterfacePython2.remoteSetThread?4(tid)
+eric6.Debugger.DebuggerInterfacePython2.DebuggerInterfacePython2.remoteStatement?4(stmt)
+eric6.Debugger.DebuggerInterfacePython2.DebuggerInterfacePython2.remoteStep?4()
+eric6.Debugger.DebuggerInterfacePython2.DebuggerInterfacePython2.remoteStepOut?4()
+eric6.Debugger.DebuggerInterfacePython2.DebuggerInterfacePython2.remoteStepOver?4()
+eric6.Debugger.DebuggerInterfacePython2.DebuggerInterfacePython2.remoteStepQuit?4()
+eric6.Debugger.DebuggerInterfacePython2.DebuggerInterfacePython2.remoteThreadList?4()
+eric6.Debugger.DebuggerInterfacePython2.DebuggerInterfacePython2.remoteUTPrepare?4(fn, tn, tfn, failed, cov, covname, coverase)
+eric6.Debugger.DebuggerInterfacePython2.DebuggerInterfacePython2.remoteUTRun?4()
+eric6.Debugger.DebuggerInterfacePython2.DebuggerInterfacePython2.remoteUTStop?4()
+eric6.Debugger.DebuggerInterfacePython2.DebuggerInterfacePython2.remoteWatchpoint?4(cond, setWatch, temp=False)
+eric6.Debugger.DebuggerInterfacePython2.DebuggerInterfacePython2.remoteWatchpointEnable?4(cond, enable)
+eric6.Debugger.DebuggerInterfacePython2.DebuggerInterfacePython2.remoteWatchpointIgnore?4(cond, count)
+eric6.Debugger.DebuggerInterfacePython2.DebuggerInterfacePython2.setCallTraceEnabled?4(on)
+eric6.Debugger.DebuggerInterfacePython2.DebuggerInterfacePython2.shutdown?4()
+eric6.Debugger.DebuggerInterfacePython2.DebuggerInterfacePython2.startRemote?4(port, runInConsole)
+eric6.Debugger.DebuggerInterfacePython2.DebuggerInterfacePython2.startRemoteForProject?4(port, runInConsole)
+eric6.Debugger.DebuggerInterfacePython2.DebuggerInterfacePython2?1(debugServer, passive)
+eric6.Debugger.DebuggerInterfacePython2.createDebuggerInterfacePython2?4(debugServer, passive)
+eric6.Debugger.DebuggerInterfacePython2.getRegistryData?4()
 eric6.Debugger.DebuggerInterfacePython3.ClientDefaultCapabilities?7
 eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.flush?4()
 eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.getClientCapabilities?4()
 eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.isConnected?4()
 eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.newConnection?4(sock)
 eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteBanner?4()
-eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteBreakpoint?4(fn, line, set, cond=None, temp=False)
+eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteBreakpoint?4(fn, line, setBreakpoint, cond=None, temp=False)
 eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteBreakpointEnable?4(fn, line, enable)
 eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteBreakpointIgnore?4(fn, line, count)
 eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteCapabilities?4()
@@ -933,8 +739,6 @@
 eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteContinue?4(special=False)
 eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteCoverage?4(fn, argv, wd, erase=False)
 eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteEnvironment?4(env)
-eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteEval?4(arg)
-eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteExec?4(stmt)
 eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteLoad?4(fn, argv, wd, traceInterpreter=False, autoContinue=True, autoFork=False, forkChild=False)
 eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteProfile?4(fn, argv, wd, erase=False)
 eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteRawInput?4(s)
@@ -949,7 +753,7 @@
 eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteUTPrepare?4(fn, tn, tfn, failed, cov, covname, coverase)
 eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteUTRun?4()
 eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteUTStop?4()
-eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteWatchpoint?4(cond, set, temp=False)
+eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteWatchpoint?4(cond, setWatch, temp=False)
 eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteWatchpointEnable?4(cond, enable)
 eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.remoteWatchpointIgnore?4(cond, count)
 eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.setCallTraceEnabled?4(on)

eric ide

mercurial