APIs/Python3/eric6.api

changeset 4553
a6b2acd1a355
parent 4538
cbff7269b187
child 4569
8ff785ae7ae6
--- a/APIs/Python3/eric6.api	Sat Nov 07 15:54:09 2015 +0100
+++ b/APIs/Python3/eric6.api	Sun Nov 08 17:01:39 2015 +0100
@@ -719,6 +719,7 @@
 eric6.Debugger.DebugServer.DebugServer.passiveDebugStarted?7
 eric6.Debugger.DebugServer.DebugServer.passiveStartUp?4(fn, exc)
 eric6.Debugger.DebugServer.DebugServer.preferencesChanged?4()
+eric6.Debugger.DebugServer.DebugServer.registerDebuggerInterface?4(name, getRegistryData)
 eric6.Debugger.DebugServer.DebugServer.remoteBanner?4()
 eric6.Debugger.DebugServer.DebugServer.remoteBreakpoint?4(fn, line, set, cond=None, temp=False)
 eric6.Debugger.DebugServer.DebugServer.remoteCapabilities?4()
@@ -769,6 +770,7 @@
 eric6.Debugger.DebugServer.DebugServer.signalClientVariables?4(scope, variables)
 eric6.Debugger.DebugServer.DebugServer.signalClientWatchConditionError?4(condition)
 eric6.Debugger.DebugServer.DebugServer.startClient?4(unplanned=True, clType=None, forProject=False, runInConsole=False)
+eric6.Debugger.DebugServer.DebugServer.unregisterDebuggerInterface?4(name)
 eric6.Debugger.DebugServer.DebugServer.utFinished?7
 eric6.Debugger.DebugServer.DebugServer.utPrepared?7
 eric6.Debugger.DebugServer.DebugServer.utStartTest?7
@@ -867,6 +869,7 @@
 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.startRemote?4(port, runInConsole)
 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.startRemoteForProject?4(port, runInConsole)
 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()
@@ -909,6 +912,7 @@
 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.DebuggerInterfacePython3.ClientDefaultCapabilities?7
 eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.flush?4()
@@ -951,50 +955,8 @@
 eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.startRemote?4(port, runInConsole)
 eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3.startRemoteForProject?4(port, runInConsole)
 eric6.Debugger.DebuggerInterfacePython3.DebuggerInterfacePython3?1(debugServer, passive)
+eric6.Debugger.DebuggerInterfacePython3.createDebuggerInterfacePython3?4(debugServer, passive)
 eric6.Debugger.DebuggerInterfacePython3.getRegistryData?4()
-eric6.Debugger.DebuggerInterfaceRuby.ClientDefaultCapabilities?7
-eric6.Debugger.DebuggerInterfaceRuby.ClientTypeAssociations?7
-eric6.Debugger.DebuggerInterfaceRuby.DebuggerInterfaceRuby.flush?4()
-eric6.Debugger.DebuggerInterfaceRuby.DebuggerInterfaceRuby.getClientCapabilities?4()
-eric6.Debugger.DebuggerInterfaceRuby.DebuggerInterfaceRuby.isConnected?4()
-eric6.Debugger.DebuggerInterfaceRuby.DebuggerInterfaceRuby.newConnection?4(sock)
-eric6.Debugger.DebuggerInterfaceRuby.DebuggerInterfaceRuby.remoteBanner?4()
-eric6.Debugger.DebuggerInterfaceRuby.DebuggerInterfaceRuby.remoteBreakpoint?4(fn, line, set, cond=None, temp=False)
-eric6.Debugger.DebuggerInterfaceRuby.DebuggerInterfaceRuby.remoteBreakpointEnable?4(fn, line, enable)
-eric6.Debugger.DebuggerInterfaceRuby.DebuggerInterfaceRuby.remoteBreakpointIgnore?4(fn, line, count)
-eric6.Debugger.DebuggerInterfaceRuby.DebuggerInterfaceRuby.remoteCapabilities?4()
-eric6.Debugger.DebuggerInterfaceRuby.DebuggerInterfaceRuby.remoteClientSetFilter?4(scope, filter)
-eric6.Debugger.DebuggerInterfaceRuby.DebuggerInterfaceRuby.remoteClientVariable?4(scope, filter, var, framenr=0)
-eric6.Debugger.DebuggerInterfaceRuby.DebuggerInterfaceRuby.remoteClientVariables?4(scope, filter, framenr=0)
-eric6.Debugger.DebuggerInterfaceRuby.DebuggerInterfaceRuby.remoteCompletion?4(text)
-eric6.Debugger.DebuggerInterfaceRuby.DebuggerInterfaceRuby.remoteContinue?4(special=False)
-eric6.Debugger.DebuggerInterfaceRuby.DebuggerInterfaceRuby.remoteCoverage?4(fn, argv, wd, erase=False)
-eric6.Debugger.DebuggerInterfaceRuby.DebuggerInterfaceRuby.remoteEnvironment?4(env)
-eric6.Debugger.DebuggerInterfaceRuby.DebuggerInterfaceRuby.remoteEval?4(arg)
-eric6.Debugger.DebuggerInterfaceRuby.DebuggerInterfaceRuby.remoteExec?4(stmt)
-eric6.Debugger.DebuggerInterfaceRuby.DebuggerInterfaceRuby.remoteLoad?4(fn, argv, wd, traceInterpreter=False, autoContinue=True, autoFork=False, forkChild=False)
-eric6.Debugger.DebuggerInterfaceRuby.DebuggerInterfaceRuby.remoteProfile?4(fn, argv, wd, erase=False)
-eric6.Debugger.DebuggerInterfaceRuby.DebuggerInterfaceRuby.remoteRawInput?4(s)
-eric6.Debugger.DebuggerInterfaceRuby.DebuggerInterfaceRuby.remoteRun?4(fn, argv, wd, autoFork=False, forkChild=False)
-eric6.Debugger.DebuggerInterfaceRuby.DebuggerInterfaceRuby.remoteSetThread?4(tid)
-eric6.Debugger.DebuggerInterfaceRuby.DebuggerInterfaceRuby.remoteStatement?4(stmt)
-eric6.Debugger.DebuggerInterfaceRuby.DebuggerInterfaceRuby.remoteStep?4()
-eric6.Debugger.DebuggerInterfaceRuby.DebuggerInterfaceRuby.remoteStepOut?4()
-eric6.Debugger.DebuggerInterfaceRuby.DebuggerInterfaceRuby.remoteStepOver?4()
-eric6.Debugger.DebuggerInterfaceRuby.DebuggerInterfaceRuby.remoteStepQuit?4()
-eric6.Debugger.DebuggerInterfaceRuby.DebuggerInterfaceRuby.remoteThreadList?4()
-eric6.Debugger.DebuggerInterfaceRuby.DebuggerInterfaceRuby.remoteUTPrepare?4(fn, tn, tfn, failed, cov, covname, coverase)
-eric6.Debugger.DebuggerInterfaceRuby.DebuggerInterfaceRuby.remoteUTRun?4()
-eric6.Debugger.DebuggerInterfaceRuby.DebuggerInterfaceRuby.remoteUTStop?4()
-eric6.Debugger.DebuggerInterfaceRuby.DebuggerInterfaceRuby.remoteWatchpoint?4(cond, set, temp=False)
-eric6.Debugger.DebuggerInterfaceRuby.DebuggerInterfaceRuby.remoteWatchpointEnable?4(cond, enable)
-eric6.Debugger.DebuggerInterfaceRuby.DebuggerInterfaceRuby.remoteWatchpointIgnore?4(cond, count)
-eric6.Debugger.DebuggerInterfaceRuby.DebuggerInterfaceRuby.setCallTraceEnabled?4(on)
-eric6.Debugger.DebuggerInterfaceRuby.DebuggerInterfaceRuby.shutdown?4()
-eric6.Debugger.DebuggerInterfaceRuby.DebuggerInterfaceRuby.startRemote?4(port, runInConsole)
-eric6.Debugger.DebuggerInterfaceRuby.DebuggerInterfaceRuby.startRemoteForProject?4(port, runInConsole)
-eric6.Debugger.DebuggerInterfaceRuby.DebuggerInterfaceRuby?1(debugServer, passive)
-eric6.Debugger.DebuggerInterfaceRuby.getRegistryData?4()
 eric6.Debugger.EditBreakpointDialog.EditBreakpointDialog.getAddData?4()
 eric6.Debugger.EditBreakpointDialog.EditBreakpointDialog.getData?4()
 eric6.Debugger.EditBreakpointDialog.EditBreakpointDialog.on_fileButton_clicked?4()

eric ide

mercurial