eric6/Documentation/Source/eric6.Debugger.DebugUI.html

changeset 7928
a78ce4578fed
parent 7898
1bcd6d4df182
child 7933
ca1b44d522b9
equal deleted inserted replaced
7927:866ddf957461 7928:a78ce4578fed
87 <dt>executeMake()</dt> 87 <dt>executeMake()</dt>
88 <dd> 88 <dd>
89 emitted if a project specific make run should be 89 emitted if a project specific make run should be
90 performed 90 performed
91 </dd> 91 </dd>
92 <dt>resetUI()</dt> 92 <dt>resetUI(full)</dt>
93 <dd> 93 <dd>
94 emitted to reset the UI 94 emitted to reset the UI partially or fully
95 </dd> 95 </dd>
96 </dl> 96 </dl>
97 <h3>Derived from</h3> 97 <h3>Derived from</h3>
98 QObject 98 QObject
99 <h3>Class Attributes</h3> 99 <h3>Class Attributes</h3>
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>

eric ide

mercurial