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 formated output of a simple Qt4/Qt5 type.</td> |
127 <td>Private method to produce a formated 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> |
287 <b>__exceptionRaised</b>(<i></i>) |
287 <b>__exceptionRaised</b>(<i></i>) |
288 <p> |
288 <p> |
289 Private method called in the case of an exception. |
289 Private method called in the case of an exception. |
290 </p><p> |
290 </p><p> |
291 It ensures that the debug server is informed of the raised exception. |
291 It ensures that the debug server is informed of the raised exception. |
292 </p><a NAME="DebugClientBase.__formatQt4Variable" ID="DebugClientBase.__formatQt4Variable"></a> |
292 </p><a NAME="DebugClientBase.__formatQtVariable" ID="DebugClientBase.__formatQtVariable"></a> |
293 <h4>DebugClientBase.__formatQt4Variable</h4> |
293 <h4>DebugClientBase.__formatQtVariable</h4> |
294 <b>__formatQt4Variable</b>(<i>value, vtype</i>) |
294 <b>__formatQtVariable</b>(<i>value, vtype</i>) |
295 <p> |
295 <p> |
296 Private method to produce a formated output of a simple Qt4/Qt5 type. |
296 Private method to produce a formated output of a simple Qt4/Qt5 type. |
297 </p><dl> |
297 </p><dl> |
298 <dt><i>value</i></dt> |
298 <dt><i>value</i></dt> |
299 <dd> |
299 <dd> |