129 <tr> |
129 <tr> |
130 <td><a href="#DebugUI.__clientBreakConditionError">__clientBreakConditionError</a></td> |
130 <td><a href="#DebugUI.__clientBreakConditionError">__clientBreakConditionError</a></td> |
131 <td>Private method to handle a condition error of a breakpoint.</td> |
131 <td>Private method to handle a condition error of a breakpoint.</td> |
132 </tr> |
132 </tr> |
133 <tr> |
133 <tr> |
|
134 <td><a href="#DebugUI.__clientDebuggerId">__clientDebuggerId</a></td> |
|
135 <td>Private slot to track the list of connected debuggers.</td> |
|
136 </tr> |
|
137 <tr> |
134 <td><a href="#DebugUI.__clientException">__clientException</a></td> |
138 <td><a href="#DebugUI.__clientException">__clientException</a></td> |
135 <td>Private method to handle an exception of the debugged program.</td> |
139 <td>Private method to handle an exception of the debugged program.</td> |
136 </tr> |
140 </tr> |
137 <tr> |
141 <tr> |
138 <td><a href="#DebugUI.__clientExit">__clientExit</a></td> |
142 <td><a href="#DebugUI.__clientExit">__clientExit</a></td> |
530 <dt><i>debuggerId</i> (str)</dt> |
534 <dt><i>debuggerId</i> (str)</dt> |
531 <dd> |
535 <dd> |
532 ID of the debugger backend |
536 ID of the debugger backend |
533 </dd> |
537 </dd> |
534 </dl> |
538 </dl> |
|
539 <a NAME="DebugUI.__clientDebuggerId" ID="DebugUI.__clientDebuggerId"></a> |
|
540 <h4>DebugUI.__clientDebuggerId</h4> |
|
541 <b>__clientDebuggerId</b>(<i>debuggerId</i>) |
|
542 |
|
543 <p> |
|
544 Private slot to track the list of connected debuggers. |
|
545 </p> |
|
546 <dl> |
|
547 |
|
548 <dt><i>debuggerId</i> (str)</dt> |
|
549 <dd> |
|
550 ID of the debugger backend |
|
551 </dd> |
|
552 </dl> |
535 <a NAME="DebugUI.__clientException" ID="DebugUI.__clientException"></a> |
553 <a NAME="DebugUI.__clientException" ID="DebugUI.__clientException"></a> |
536 <h4>DebugUI.__clientException</h4> |
554 <h4>DebugUI.__clientException</h4> |
537 <b>__clientException</b>(<i>exceptionType, exceptionMessage, stackTrace, debuggerId</i>) |
555 <b>__clientException</b>(<i>exceptionType, exceptionMessage, stackTrace, debuggerId</i>) |
538 |
556 |
539 <p> |
557 <p> |
558 ID of the debugger backend |
576 ID of the debugger backend |
559 </dd> |
577 </dd> |
560 </dl> |
578 </dl> |
561 <a NAME="DebugUI.__clientExit" ID="DebugUI.__clientExit"></a> |
579 <a NAME="DebugUI.__clientExit" ID="DebugUI.__clientExit"></a> |
562 <h4>DebugUI.__clientExit</h4> |
580 <h4>DebugUI.__clientExit</h4> |
563 <b>__clientExit</b>(<i>program, status, message, quiet</i>) |
581 <b>__clientExit</b>(<i>program, status, message, quiet, debuggerId</i>) |
564 |
582 |
565 <p> |
583 <p> |
566 Private method to handle the debugged program terminating. |
584 Private method to handle the debugged program terminating. |
567 </p> |
585 </p> |
568 <dl> |
586 <dl> |
580 exit message of the debugged program |
598 exit message of the debugged program |
581 </dd> |
599 </dd> |
582 <dt><i>quiet</i> (bool)</dt> |
600 <dt><i>quiet</i> (bool)</dt> |
583 <dd> |
601 <dd> |
584 flag indicating to suppress exit info display |
602 flag indicating to suppress exit info display |
|
603 </dd> |
|
604 <dt><i>debuggerId</i> (str)</dt> |
|
605 <dd> |
|
606 ID of the debugger backend |
585 </dd> |
607 </dd> |
586 </dl> |
608 </dl> |
587 <a NAME="DebugUI.__clientGone" ID="DebugUI.__clientGone"></a> |
609 <a NAME="DebugUI.__clientGone" ID="DebugUI.__clientGone"></a> |
588 <h4>DebugUI.__clientGone</h4> |
610 <h4>DebugUI.__clientGone</h4> |
589 <b>__clientGone</b>(<i>unplanned</i>) |
611 <b>__clientGone</b>(<i>unplanned</i>) |
1088 <p> |
1110 <p> |
1089 Private slot to handle the projectOpened signal. |
1111 Private slot to handle the projectOpened signal. |
1090 </p> |
1112 </p> |
1091 <a NAME="DebugUI.__resetUI" ID="DebugUI.__resetUI"></a> |
1113 <a NAME="DebugUI.__resetUI" ID="DebugUI.__resetUI"></a> |
1092 <h4>DebugUI.__resetUI</h4> |
1114 <h4>DebugUI.__resetUI</h4> |
1093 <b>__resetUI</b>(<i></i>) |
1115 <b>__resetUI</b>(<i>fullReset=True</i>) |
1094 |
1116 |
1095 <p> |
1117 <p> |
1096 Private slot to reset the user interface. |
1118 Private slot to reset the user interface. |
1097 </p> |
1119 </p> |
|
1120 <dl> |
|
1121 |
|
1122 <dt><i>fullReset</i> (bool)</dt> |
|
1123 <dd> |
|
1124 flag indicating a full reset is required |
|
1125 </dd> |
|
1126 </dl> |
1098 <a NAME="DebugUI.__runProject" ID="DebugUI.__runProject"></a> |
1127 <a NAME="DebugUI.__runProject" ID="DebugUI.__runProject"></a> |
1099 <h4>DebugUI.__runProject</h4> |
1128 <h4>DebugUI.__runProject</h4> |
1100 <b>__runProject</b>(<i></i>) |
1129 <b>__runProject</b>(<i></i>) |
1101 |
1130 |
1102 <p> |
1131 <p> |