--- a/eric6/Documentation/Source/eric6.Debugger.DebuggerInterfacePython.html Sun Sep 20 18:32:43 2020 +0200 +++ b/eric6/Documentation/Source/eric6.Debugger.DebuggerInterfacePython.html Mon Sep 21 19:03:35 2020 +0200 @@ -150,6 +150,10 @@ <td>Public slot to get the debug clients capabilities.</td> </tr> <tr> +<td><a href="#DebuggerInterfacePython.remoteClientDisassembly">remoteClientDisassembly</a></td> +<td>Public method to ask the client for the latest traceback disassembly.</td> +</tr> +<tr> <td><a href="#DebuggerInterfacePython.remoteClientSetFilter">remoteClientSetFilter</a></td> <td>Public method to set a variables filter list.</td> </tr> @@ -587,6 +591,13 @@ <p> Public slot to get the debug clients capabilities. </p> +<a NAME="DebuggerInterfacePython.remoteClientDisassembly" ID="DebuggerInterfacePython.remoteClientDisassembly"></a> +<h4>DebuggerInterfacePython.remoteClientDisassembly</h4> +<b>remoteClientDisassembly</b>(<i></i>) + +<p> + Public method to ask the client for the latest traceback disassembly. +</p> <a NAME="DebuggerInterfacePython.remoteClientSetFilter" ID="DebuggerInterfacePython.remoteClientSetFilter"></a> <h4>DebuggerInterfacePython.remoteClientSetFilter</h4> <b>remoteClientSetFilter</b>(<i>scope, filterStr</i>)