Documentation/Source/eric6.DebugClients.Python3.DebugClientBase.html

changeset 5173
632257ad7337
parent 5161
f7b6ded9cc37
equal deleted inserted replaced
5172:f35c7e0db572 5173:632257ad7337
72 </p> 72 </p>
73 <h3>Derived from</h3> 73 <h3>Derived from</h3>
74 object 74 object
75 <h3>Class Attributes</h3> 75 <h3>Class Attributes</h3>
76 <table> 76 <table>
77 <tr><td>clientCapabilities</td></tr> 77 <tr><td>Indicators</td></tr><tr><td>clientCapabilities</td></tr>
78 </table> 78 </table>
79 <h3>Class Methods</h3> 79 <h3>Class Methods</h3>
80 <table> 80 <table>
81 <tr><td>None</td></tr> 81 <tr><td>None</td></tr>
82 </table> 82 </table>
101 <td><a href="#DebugClientBase.__dumpVariable">__dumpVariable</a></td> 101 <td><a href="#DebugClientBase.__dumpVariable">__dumpVariable</a></td>
102 <td>Private method to return the variables of a frame to the debug server.</td> 102 <td>Private method to return the variables of a frame to the debug server.</td>
103 </tr><tr> 103 </tr><tr>
104 <td><a href="#DebugClientBase.__dumpVariables">__dumpVariables</a></td> 104 <td><a href="#DebugClientBase.__dumpVariables">__dumpVariables</a></td>
105 <td>Private method to return the variables of a frame to the debug server.</td> 105 <td>Private method to return the variables of a frame to the debug server.</td>
106 </tr><tr>
107 <td><a href="#DebugClientBase.__extractIndicators">__extractIndicators</a></td>
108 <td>Private method to extract the indicator string from a variable text.</td>
106 </tr><tr> 109 </tr><tr>
107 <td><a href="#DebugClientBase.__formatQtVariable">__formatQtVariable</a></td> 110 <td><a href="#DebugClientBase.__formatQtVariable">__formatQtVariable</a></td>
108 <td>Private method to produce a formatted output of a simple Qt4/Qt5 type.</td> 111 <td>Private method to produce a formatted output of a simple Qt4/Qt5 type.</td>
109 </tr><tr> 112 </tr><tr>
110 <td><a href="#DebugClientBase.__formatVariablesList">__formatVariablesList</a></td> 113 <td><a href="#DebugClientBase.__formatVariablesList">__formatVariablesList</a></td>
315 </dd><dt><i>filter</i></dt> 318 </dd><dt><i>filter</i></dt>
316 <dd> 319 <dd>
317 the indices of variable types to be filtered 320 the indices of variable types to be filtered
318 (list of int) 321 (list of int)
319 </dd> 322 </dd>
323 </dl><a NAME="DebugClientBase.__extractIndicators" ID="DebugClientBase.__extractIndicators"></a>
324 <h4>DebugClientBase.__extractIndicators</h4>
325 <b>__extractIndicators</b>(<i>var</i>)
326 <p>
327 Private method to extract the indicator string from a variable text.
328 </p><dl>
329 <dt><i>var</i> (str)</dt>
330 <dd>
331 variable text
332 </dd>
333 </dl><dl>
334 <dt>Returns:</dt>
335 <dd>
336 tuple containing the variable text without indicators and the
337 indicator string
338 </dd>
339 </dl><dl>
340 <dt>Return Type:</dt>
341 <dd>
342 tuple of two str
343 </dd>
320 </dl><a NAME="DebugClientBase.__formatQtVariable" ID="DebugClientBase.__formatQtVariable"></a> 344 </dl><a NAME="DebugClientBase.__formatQtVariable" ID="DebugClientBase.__formatQtVariable"></a>
321 <h4>DebugClientBase.__formatQtVariable</h4> 345 <h4>DebugClientBase.__formatQtVariable</h4>
322 <b>__formatQtVariable</b>(<i>value, vtype</i>) 346 <b>__formatQtVariable</b>(<i>value, qttype</i>)
323 <p> 347 <p>
324 Private method to produce a formatted output of a simple Qt4/Qt5 type. 348 Private method to produce a formatted output of a simple Qt4/Qt5 type.
325 </p><dl> 349 </p><dl>
326 <dt><i>value</i></dt> 350 <dt><i>value</i></dt>
327 <dd> 351 <dd>
328 variable to be formatted 352 variable to be formatted
329 </dd><dt><i>vtype</i></dt> 353 </dd><dt><i>qttype</i></dt>
330 <dd> 354 <dd>
331 type of the variable to be formatted (string) 355 type of the Qt variable to be formatted (string)
332 </dd> 356 </dd>
333 </dl><dl> 357 </dl><dl>
334 <dt>Returns:</dt> 358 <dt>Returns:</dt>
335 <dd> 359 <dd>
336 A tuple consisting of a list of formatted variables. Each 360 A tuple consisting of a list of formatted variables. Each

eric ide

mercurial