src/eric7/Documentation/Source/eric7.Debugger.DebugUI.html

branch
eric7
changeset 11215
d07c71a34adf
parent 10784
521fd465b048
equal deleted inserted replaced
11214:8cb6b7651074 11215:d07c71a34adf
290 <tr> 290 <tr>
291 <td><a href="#DebugUI.__showNotConnectedWarning">__showNotConnectedWarning</a></td> 291 <td><a href="#DebugUI.__showNotConnectedWarning">__showNotConnectedWarning</a></td>
292 <td>Private method to show a warning about a not connected eric-ide server.</td> 292 <td>Private method to show a warning about a not connected eric-ide server.</td>
293 </tr> 293 </tr>
294 <tr> 294 <tr>
295 <td><a href="#DebugUI.__shutdown">__shutdown</a></td>
296 <td>Private method to perform shutdown actions.</td>
297 </tr>
298 <tr>
295 <td><a href="#DebugUI.__specialContinue">__specialContinue</a></td> 299 <td><a href="#DebugUI.__specialContinue">__specialContinue</a></td>
296 <td>Private method to handle the Special Continue action.</td> 300 <td>Private method to handle the Special Continue action.</td>
297 </tr> 301 </tr>
298 <tr> 302 <tr>
299 <td><a href="#DebugUI.__step">__step</a></td> 303 <td><a href="#DebugUI.__step">__step</a></td>
424 <td>Public slot to initialize the wd history.</td> 428 <td>Public slot to initialize the wd history.</td>
425 </tr> 429 </tr>
426 <tr> 430 <tr>
427 <td><a href="#DebugUI.showNotification">showNotification</a></td> 431 <td><a href="#DebugUI.showNotification">showNotification</a></td>
428 <td>Public method to show some notification message.</td> 432 <td>Public method to show some notification message.</td>
429 </tr>
430 <tr>
431 <td><a href="#DebugUI.shutdown">shutdown</a></td>
432 <td>Public method to perform shutdown actions.</td>
433 </tr> 433 </tr>
434 <tr> 434 <tr>
435 <td><a href="#DebugUI.shutdownServer">shutdownServer</a></td> 435 <td><a href="#DebugUI.shutdownServer">shutdownServer</a></td>
436 <td>Public method to shut down the debug server.</td> 436 <td>Public method to shut down the debug server.</td>
437 </tr> 437 </tr>
1161 <dt><i>name</i> (str (optional))</dt> 1161 <dt><i>name</i> (str (optional))</dt>
1162 <dd> 1162 <dd>
1163 name of the file (defaults to "") 1163 name of the file (defaults to "")
1164 </dd> 1164 </dd>
1165 </dl> 1165 </dl>
1166 <a NAME="DebugUI.__shutdown" ID="DebugUI.__shutdown"></a>
1167 <h4>DebugUI.__shutdown</h4>
1168 <b>__shutdown</b>(<i></i>)
1169 <p>
1170 Private method to perform shutdown actions.
1171 </p>
1172
1166 <a NAME="DebugUI.__specialContinue" ID="DebugUI.__specialContinue"></a> 1173 <a NAME="DebugUI.__specialContinue" ID="DebugUI.__specialContinue"></a>
1167 <h4>DebugUI.__specialContinue</h4> 1174 <h4>DebugUI.__specialContinue</h4>
1168 <b>__specialContinue</b>(<i>debuggerId=""</i>) 1175 <b>__specialContinue</b>(<i>debuggerId=""</i>)
1169 <p> 1176 <p>
1170 Private method to handle the Special Continue action. 1177 Private method to handle the Special Continue action.
1742 <dd> 1749 <dd>
1743 timeout for the notification (None = use configured 1750 timeout for the notification (None = use configured
1744 default, 0 = indefinitely) 1751 default, 0 = indefinitely)
1745 </dd> 1752 </dd>
1746 </dl> 1753 </dl>
1747 <a NAME="DebugUI.shutdown" ID="DebugUI.shutdown"></a>
1748 <h4>DebugUI.shutdown</h4>
1749 <b>shutdown</b>(<i></i>)
1750 <p>
1751 Public method to perform shutdown actions.
1752 </p>
1753
1754 <a NAME="DebugUI.shutdownServer" ID="DebugUI.shutdownServer"></a> 1754 <a NAME="DebugUI.shutdownServer" ID="DebugUI.shutdownServer"></a>
1755 <h4>DebugUI.shutdownServer</h4> 1755 <h4>DebugUI.shutdownServer</h4>
1756 <b>shutdownServer</b>(<i></i>) 1756 <b>shutdownServer</b>(<i></i>)
1757 <p> 1757 <p>
1758 Public method to shut down the debug server. 1758 Public method to shut down the debug server.

eric ide

mercurial