--- a/Documentation/Source/eric6.DebugClients.Python2.DebugClientBase.html Fri Sep 16 19:31:38 2016 +0200 +++ b/Documentation/Source/eric6.DebugClients.Python2.DebugClientBase.html Fri Sep 16 19:34:58 2016 +0200 @@ -77,7 +77,7 @@ object <h3>Class Attributes</h3> <table> -<tr><td>clientCapabilities</td></tr> +<tr><td>Indicators</td></tr><tr><td>clientCapabilities</td></tr> </table> <h3>Class Methods</h3> <table> @@ -104,8 +104,11 @@ <td><a href="#DebugClientBase.__dumpVariables">__dumpVariables</a></td> <td>Private method to return the variables of a frame to the debug server.</td> </tr><tr> +<td><a href="#DebugClientBase.__extractIndicators">__extractIndicators</a></td> +<td>Private method to extract the indicator string from a variable text.</td> +</tr><tr> <td><a href="#DebugClientBase.__formatQtVariable">__formatQtVariable</a></td> -<td>Private method to produce a formated output of a simple Qt4/Qt5 type.</td> +<td>Private method to produce a formatted output of a simple Qt4/Qt5 type.</td> </tr><tr> <td><a href="#DebugClientBase.__formatVariablesList">__formatVariablesList</a></td> <td>Private method to produce a formated variables list.</td> @@ -302,18 +305,39 @@ the indices of variable types to be filtered (list of int) </dd> +</dl><a NAME="DebugClientBase.__extractIndicators" ID="DebugClientBase.__extractIndicators"></a> +<h4>DebugClientBase.__extractIndicators</h4> +<b>__extractIndicators</b>(<i>var</i>) +<p> + Private method to extract the indicator string from a variable text. +</p><dl> +<dt><i>var</i> (str)</dt> +<dd> +variable text +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +tuple containing the variable text without indicators and the + indicator string +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +tuple of two str +</dd> </dl><a NAME="DebugClientBase.__formatQtVariable" ID="DebugClientBase.__formatQtVariable"></a> <h4>DebugClientBase.__formatQtVariable</h4> -<b>__formatQtVariable</b>(<i>value, vtype</i>) +<b>__formatQtVariable</b>(<i>value, qttype</i>) <p> - Private method to produce a formated output of a simple Qt4/Qt5 type. + Private method to produce a formatted output of a simple Qt4/Qt5 type. </p><dl> <dt><i>value</i></dt> <dd> -variable to be formated -</dd><dt><i>vtype</i></dt> +variable to be formatted +</dd><dt><i>qttype</i></dt> <dd> -type of the variable to be formatted (string) +type of the Qt variable to be formatted (string) </dd> </dl><dl> <dt>Returns:</dt> @@ -324,7 +348,7 @@ </dd> </dl><a NAME="DebugClientBase.__formatVariablesList" ID="DebugClientBase.__formatVariablesList"></a> <h4>DebugClientBase.__formatVariablesList</h4> -<b>__formatVariablesList</b>(<i>keylist, dict, scope, filter=[], formatSequences=0</i>) +<b>__formatVariablesList</b>(<i>keylist, dict, scope, filter=[], formatSequences=False</i>) <p> Private method to produce a formated variables list. </p><p>