--- a/eric6/APIs/Python3/eric6.api Sun Sep 20 18:32:43 2020 +0200 +++ b/eric6/APIs/Python3/eric6.api Mon Sep 21 19:03:35 2020 +0200 @@ -312,6 +312,7 @@ eric6.DebugClients.Python.DebugClientBase.DebugClientBase.sendResponseLine?4(stack) eric6.DebugClients.Python.DebugClientBase.DebugClientBase.sendSyntaxError?4(message, filename, lineno, charno) 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) eric6.DebugClients.Python.DebugClientBase.DebugClientBase.startProgInDebugger?4(progargs, wd='', host=None, port=None, exceptions=True, tracePython=False, redirect=True) eric6.DebugClients.Python.DebugClientBase.DebugClientBase.writeReady?4(stream) @@ -475,6 +476,7 @@ eric6.Debugger.DebugServer.DebugServer.clientClearBreak?7 eric6.Debugger.DebugServer.DebugServer.clientClearWatch?7 eric6.Debugger.DebugServer.DebugServer.clientCompletionList?7 +eric6.Debugger.DebugServer.DebugServer.clientDisassembly?7 eric6.Debugger.DebugServer.DebugServer.clientException?7 eric6.Debugger.DebugServer.DebugServer.clientExit?7 eric6.Debugger.DebugServer.DebugServer.clientGone?7 @@ -522,6 +524,7 @@ eric6.Debugger.DebugServer.DebugServer.remoteBanner?4() eric6.Debugger.DebugServer.DebugServer.remoteBreakpoint?4(fn, line, setBreakpoint, cond=None, temp=False) eric6.Debugger.DebugServer.DebugServer.remoteCapabilities?4() +eric6.Debugger.DebugServer.DebugServer.remoteClientDisassembly?4() eric6.Debugger.DebugServer.DebugServer.remoteClientSetFilter?4(scope, filterStr) eric6.Debugger.DebugServer.DebugServer.remoteClientVariable?4(scope, filterList, var, framenr=0) eric6.Debugger.DebugServer.DebugServer.remoteClientVariables?4(scope, filterList, framenr=0) @@ -555,6 +558,7 @@ eric6.Debugger.DebugServer.DebugServer.signalClientClearBreak?4(filename, lineno) eric6.Debugger.DebugServer.DebugServer.signalClientClearWatch?4(condition) eric6.Debugger.DebugServer.DebugServer.signalClientCompletionList?4(completionList, text) +eric6.Debugger.DebugServer.DebugServer.signalClientDisassembly?4(disassembly) eric6.Debugger.DebugServer.DebugServer.signalClientException?4(exceptionType, exceptionMessage, stackTrace) eric6.Debugger.DebugServer.DebugServer.signalClientExit?4(status, message="") eric6.Debugger.DebugServer.DebugServer.signalClientLine?4(filename, lineno, forStack=False) @@ -685,6 +689,7 @@ 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.remoteClientDisassembly?4() eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteClientSetFilter?4(scope, filterStr) eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteClientVariable?4(scope, filterList, var, framenr=0, maxSize=0) eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteClientVariables?4(scope, filterList, framenr=0, maxSize=0) @@ -9015,12 +9020,16 @@ eric6.UI.PythonAstViewer.PythonAstViewer?1(viewmanager, parent=None) eric6.UI.PythonDisViewer.PythonDisViewer.EndLineRole?7 eric6.UI.PythonDisViewer.PythonDisViewer.StartLineRole?7 +eric6.UI.PythonDisViewer.PythonDisViewer.clear?4() eric6.UI.PythonDisViewer.PythonDisViewer.hide?4() eric6.UI.PythonDisViewer.PythonDisViewer.preferencesChanged?4() eric6.UI.PythonDisViewer.PythonDisViewer.resizeEvent?4(evt) eric6.UI.PythonDisViewer.PythonDisViewer.show?4() +eric6.UI.PythonDisViewer.PythonDisViewer.showDisassembly?4(disassembly) eric6.UI.PythonDisViewer.PythonDisViewer.shutdown?4() -eric6.UI.PythonDisViewer.PythonDisViewer?1(viewmanager, parent=None) +eric6.UI.PythonDisViewer.PythonDisViewer?1(viewmanager, mode=PythonDisViewerModes.SourceDisassemblyMode, parent=None) +eric6.UI.PythonDisViewer.PythonDisViewerModes.SourceDisassemblyMode?7 +eric6.UI.PythonDisViewer.PythonDisViewerModes.TracebackMode?7 eric6.UI.SearchWidget.SearchWidget.keyPressEvent?4(event) eric6.UI.SearchWidget.SearchWidget.on_closeButton_clicked?4() eric6.UI.SearchWidget.SearchWidget.on_findNextButton_clicked?4()