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

changeset 4119
cd28b52eb939
parent 3673
e26d7d0c1088
child 4368
a8f6c587c7aa
child 4373
54d6d7c772ea
equal deleted inserted replaced
4118:3c9fa4b8869d 4119:cd28b52eb939
121 <td>Private method to return the variables of a frame to the debug server.</td> 121 <td>Private method to return the variables of a frame to the debug server.</td>
122 </tr><tr> 122 </tr><tr>
123 <td><a href="#DebugClientBase.__exceptionRaised">__exceptionRaised</a></td> 123 <td><a href="#DebugClientBase.__exceptionRaised">__exceptionRaised</a></td>
124 <td>Private method called in the case of an exception.</td> 124 <td>Private method called in the case of an exception.</td>
125 </tr><tr> 125 </tr><tr>
126 <td><a href="#DebugClientBase.__formatQt4Variable">__formatQt4Variable</a></td> 126 <td><a href="#DebugClientBase.__formatQtVariable">__formatQtVariable</a></td>
127 <td>Private method to produce a formatted output of a simple Qt4/Qt5 type.</td> 127 <td>Private method to produce a formatted output of a simple Qt4/Qt5 type.</td>
128 </tr><tr> 128 </tr><tr>
129 <td><a href="#DebugClientBase.__formatVariablesList">__formatVariablesList</a></td> 129 <td><a href="#DebugClientBase.__formatVariablesList">__formatVariablesList</a></td>
130 <td>Private method to produce a formated variables list.</td> 130 <td>Private method to produce a formated variables list.</td>
131 </tr><tr> 131 </tr><tr>
302 <b>__exceptionRaised</b>(<i></i>) 302 <b>__exceptionRaised</b>(<i></i>)
303 <p> 303 <p>
304 Private method called in the case of an exception. 304 Private method called in the case of an exception.
305 </p><p> 305 </p><p>
306 It ensures that the debug server is informed of the raised exception. 306 It ensures that the debug server is informed of the raised exception.
307 </p><a NAME="DebugClientBase.__formatQt4Variable" ID="DebugClientBase.__formatQt4Variable"></a> 307 </p><a NAME="DebugClientBase.__formatQtVariable" ID="DebugClientBase.__formatQtVariable"></a>
308 <h4>DebugClientBase.__formatQt4Variable</h4> 308 <h4>DebugClientBase.__formatQtVariable</h4>
309 <b>__formatQt4Variable</b>(<i>value, vtype</i>) 309 <b>__formatQtVariable</b>(<i>value, vtype</i>)
310 <p> 310 <p>
311 Private method to produce a formatted output of a simple Qt4/Qt5 type. 311 Private method to produce a formatted output of a simple Qt4/Qt5 type.
312 </p><dl> 312 </p><dl>
313 <dt><i>value</i></dt> 313 <dt><i>value</i></dt>
314 <dd> 314 <dd>

eric ide

mercurial