--- a/eric6/Documentation/Source/eric6.DebugClients.Python.DebugBase.html Sun Sep 20 18:32:43 2020 +0200 +++ b/eric6/Documentation/Source/eric6.DebugClients.Python.DebugBase.html Mon Sep 21 19:03:35 2020 +0200 @@ -88,6 +88,10 @@ <td>Private method to check if the function / method has a line number which is a breakpoint.</td> </tr> <tr> +<td><a href="#DebugBase.__disassemble">__disassemble</a></td> +<td>Private method to generate a disassembly of the given code object.</td> +</tr> +<tr> <td><a href="#DebugBase.__do_clearBreak">__do_clearBreak</a></td> <td>Private method called to clear a temporary breakpoint.</td> </tr> @@ -275,6 +279,32 @@ bool </dd> </dl> +<a NAME="DebugBase.__disassemble" ID="DebugBase.__disassemble"></a> +<h4>DebugBase.__disassemble</h4> +<b>__disassemble</b>(<i>frame</i>) + +<p> + Private method to generate a disassembly of the given code object. +</p> +<dl> + +<dt><i>frame</i> (code)</dt> +<dd> +frame object to be disassembled +</dd> +</dl> +<dl> +<dt>Returns:</dt> +<dd> +dictionary containing the disassembly information +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +dict +</dd> +</dl> <a NAME="DebugBase.__do_clearBreak" ID="DebugBase.__do_clearBreak"></a> <h4>DebugBase.__do_clearBreak</h4> <b>__do_clearBreak</b>(<i>filename, lineno</i>)