eric6/APIs/Python3/eric6.api

changeset 7933
ca1b44d522b9
parent 7928
a78ce4578fed
child 7946
6901746220fc
--- a/eric6/APIs/Python3/eric6.api	Fri Jan 01 16:25:30 2021 +0100
+++ b/eric6/APIs/Python3/eric6.api	Fri Jan 01 18:12:12 2021 +0100
@@ -534,6 +534,7 @@
 eric6.Debugger.DebugServer.DebugServer.clientCompletionList?7
 eric6.Debugger.DebugServer.DebugServer.clientDebuggerId?7
 eric6.Debugger.DebugServer.DebugServer.clientDisassembly?7
+eric6.Debugger.DebugServer.DebugServer.clientDisconnected?7
 eric6.Debugger.DebugServer.DebugServer.clientException?7
 eric6.Debugger.DebugServer.DebugServer.clientExit?7
 eric6.Debugger.DebugServer.DebugServer.clientGone?7
@@ -623,6 +624,7 @@
 eric6.Debugger.DebugServer.DebugServer.signalClientCompletionList?4(completionList, text, debuggerId)
 eric6.Debugger.DebugServer.DebugServer.signalClientDebuggerId?4(debuggerId)
 eric6.Debugger.DebugServer.DebugServer.signalClientDisassembly?4(disassembly, debuggerId)
+eric6.Debugger.DebugServer.DebugServer.signalClientDisconnected?4(debuggerId)
 eric6.Debugger.DebugServer.DebugServer.signalClientException?4(exceptionType, exceptionMessage, stackTrace, debuggerId)
 eric6.Debugger.DebugServer.DebugServer.signalClientExit?4(program, status, message, debuggerId)
 eric6.Debugger.DebugServer.DebugServer.signalClientLine?4(filename, lineno, debuggerId, forStack=False)
@@ -661,7 +663,6 @@
 eric6.Debugger.DebugUI.DebugUI.exceptionInterrupt?7
 eric6.Debugger.DebugUI.DebugUI.executeMake?7
 eric6.Debugger.DebugUI.DebugUI.getActions?4()
-eric6.Debugger.DebugUI.DebugUI.getDebuggerData?4(debuggerId)
 eric6.Debugger.DebugUI.DebugUI.getSelectedDebuggerId?4()
 eric6.Debugger.DebugUI.DebugUI.initActions?4()
 eric6.Debugger.DebugUI.DebugUI.initMenus?4()

eric ide

mercurial