--- a/eric6/Documentation/Source/eric6.DebugClients.Python.DebugClientBase.html Sun Sep 20 18:32:43 2020 +0200 +++ b/eric6/Documentation/Source/eric6.DebugClients.Python.DebugClientBase.html Mon Sep 21 19:03:35 2020 +0200 @@ -271,6 +271,10 @@ <td>Public method to close the session with the debugger and optionally terminate.</td> </tr> <tr> +<td><a href="#DebugClientBase.setDisassembly">setDisassembly</a></td> +<td>Public method to store a disassembly of the code object raising an exception.</td> +</tr> +<tr> <td><a href="#DebugClientBase.startDebugger">startDebugger</a></td> <td>Public method used to start the remote debugger.</td> </tr> @@ -1098,6 +1102,21 @@ flag indicating to terminate (boolean) </dd> </dl> +<a NAME="DebugClientBase.setDisassembly" ID="DebugClientBase.setDisassembly"></a> +<h4>DebugClientBase.setDisassembly</h4> +<b>setDisassembly</b>(<i>disassembly</i>) + +<p> + Public method to store a disassembly of the code object raising an + exception. +</p> +<dl> + +<dt><i>disassembly</i> (dict)</dt> +<dd> +dictionary containing the disassembly information +</dd> +</dl> <a NAME="DebugClientBase.startDebugger" ID="DebugClientBase.startDebugger"></a> <h4>DebugClientBase.startDebugger</h4> <b>startDebugger</b>(<i>filename=None, host=None, port=None, enableTrace=True, exceptions=True, tracePython=False, redirect=True</i>)