182 <td>Private slot to handle the editorOpened signal.</td> |
182 <td>Private slot to handle the editorOpened signal.</td> |
183 </tr><tr> |
183 </tr><tr> |
184 <td><a href="#DebugUI.__enterRemote">__enterRemote</a></td> |
184 <td><a href="#DebugUI.__enterRemote">__enterRemote</a></td> |
185 <td>Private method to update the user interface.</td> |
185 <td>Private method to update the user interface.</td> |
186 </tr><tr> |
186 </tr><tr> |
187 <td><a href="#DebugUI.__eval">__eval</a></td> |
|
188 <td>Private method to handle the Eval action.</td> |
|
189 </tr><tr> |
|
190 <td><a href="#DebugUI.__exec">__exec</a></td> |
|
191 <td>Private method to handle the Exec action.</td> |
|
192 </tr><tr> |
|
193 <td><a href="#DebugUI.__getClientVariables">__getClientVariables</a></td> |
187 <td><a href="#DebugUI.__getClientVariables">__getClientVariables</a></td> |
194 <td>Private method to request the global and local variables.</td> |
188 <td>Private method to request the global and local variables.</td> |
195 </tr><tr> |
189 </tr><tr> |
196 <td><a href="#DebugUI.__getThreadList">__getThreadList</a></td> |
190 <td><a href="#DebugUI.__getThreadList">__getThreadList</a></td> |
197 <td>Private method to get the list of threads from the client.</td> |
191 <td>Private method to get the list of threads from the client.</td> |
391 <dd> |
385 <dd> |
392 list of stack entries (list of string) |
386 list of stack entries (list of string) |
393 </dd> |
387 </dd> |
394 </dl><a NAME="DebugUI.__clientExit" ID="DebugUI.__clientExit"></a> |
388 </dl><a NAME="DebugUI.__clientExit" ID="DebugUI.__clientExit"></a> |
395 <h4>DebugUI.__clientExit</h4> |
389 <h4>DebugUI.__clientExit</h4> |
396 <b>__clientExit</b>(<i>status</i>) |
390 <b>__clientExit</b>(<i>status, message</i>) |
397 <p> |
391 <p> |
398 Private method to handle the debugged program terminating. |
392 Private method to handle the debugged program terminating. |
399 </p><dl> |
393 </p><dl> |
400 <dt><i>status</i></dt> |
394 <dt><i>status</i> (int)</dt> |
401 <dd> |
395 <dd> |
402 exit code of the debugged program (int) |
396 exit code of the debugged program |
|
397 </dd><dt><i>message</i> (str)</dt> |
|
398 <dd> |
|
399 exit message of the debugged program |
403 </dd> |
400 </dd> |
404 </dl><a NAME="DebugUI.__clientGone" ID="DebugUI.__clientGone"></a> |
401 </dl><a NAME="DebugUI.__clientGone" ID="DebugUI.__clientGone"></a> |
405 <h4>DebugUI.__clientGone</h4> |
402 <h4>DebugUI.__clientGone</h4> |
406 <b>__clientGone</b>(<i>unplanned</i>) |
403 <b>__clientGone</b>(<i>unplanned</i>) |
407 <p> |
404 <p> |
643 <p> |
640 <p> |
644 Private method to update the user interface. |
641 Private method to update the user interface. |
645 </p><p> |
642 </p><p> |
646 This method is called just prior to executing some of |
643 This method is called just prior to executing some of |
647 the program being debugged. |
644 the program being debugged. |
648 </p><a NAME="DebugUI.__eval" ID="DebugUI.__eval"></a> |
|
649 <h4>DebugUI.__eval</h4> |
|
650 <b>__eval</b>(<i></i>) |
|
651 <p> |
|
652 Private method to handle the Eval action. |
|
653 </p><a NAME="DebugUI.__exec" ID="DebugUI.__exec"></a> |
|
654 <h4>DebugUI.__exec</h4> |
|
655 <b>__exec</b>(<i></i>) |
|
656 <p> |
|
657 Private method to handle the Exec action. |
|
658 </p><a NAME="DebugUI.__getClientVariables" ID="DebugUI.__getClientVariables"></a> |
645 </p><a NAME="DebugUI.__getClientVariables" ID="DebugUI.__getClientVariables"></a> |
659 <h4>DebugUI.__getClientVariables</h4> |
646 <h4>DebugUI.__getClientVariables</h4> |
660 <b>__getClientVariables</b>(<i></i>) |
647 <b>__getClientVariables</b>(<i></i>) |
661 <p> |
648 <p> |
662 Private method to request the global and local variables. |
649 Private method to request the global and local variables. |