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

branch
eric7
changeset 10784
521fd465b048
parent 10689
3ede487187f2
child 11215
d07c71a34adf
equal deleted inserted replaced
10783:ccf28bec1227 10784:521fd465b048
286 <tr> 286 <tr>
287 <td><a href="#DebugUI.__showDebugMenu">__showDebugMenu</a></td> 287 <td><a href="#DebugUI.__showDebugMenu">__showDebugMenu</a></td>
288 <td>Private method to set up the debug menu.</td> 288 <td>Private method to set up the debug menu.</td>
289 </tr> 289 </tr>
290 <tr> 290 <tr>
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>
293 </tr>
294 <tr>
291 <td><a href="#DebugUI.__specialContinue">__specialContinue</a></td> 295 <td><a href="#DebugUI.__specialContinue">__specialContinue</a></td>
292 <td>Private method to handle the Special Continue action.</td> 296 <td>Private method to handle the Special Continue action.</td>
293 </tr> 297 </tr>
294 <tr> 298 <tr>
295 <td><a href="#DebugUI.__step">__step</a></td> 299 <td><a href="#DebugUI.__step">__step</a></td>
1139 <b>__showDebugMenu</b>(<i></i>) 1143 <b>__showDebugMenu</b>(<i></i>)
1140 <p> 1144 <p>
1141 Private method to set up the debug menu. 1145 Private method to set up the debug menu.
1142 </p> 1146 </p>
1143 1147
1148 <a NAME="DebugUI.__showNotConnectedWarning" ID="DebugUI.__showNotConnectedWarning"></a>
1149 <h4>DebugUI.__showNotConnectedWarning</h4>
1150 <b>__showNotConnectedWarning</b>(<i>title, name=""</i>)
1151 <p>
1152 Private method to show a warning about a not connected eric-ide server.
1153 </p>
1154
1155 <dl>
1156
1157 <dt><i>title</i> (str)</dt>
1158 <dd>
1159 title for the dialog
1160 </dd>
1161 <dt><i>name</i> (str (optional))</dt>
1162 <dd>
1163 name of the file (defaults to "")
1164 </dd>
1165 </dl>
1144 <a NAME="DebugUI.__specialContinue" ID="DebugUI.__specialContinue"></a> 1166 <a NAME="DebugUI.__specialContinue" ID="DebugUI.__specialContinue"></a>
1145 <h4>DebugUI.__specialContinue</h4> 1167 <h4>DebugUI.__specialContinue</h4>
1146 <b>__specialContinue</b>(<i>debuggerId=""</i>) 1168 <b>__specialContinue</b>(<i>debuggerId=""</i>)
1147 <p> 1169 <p>
1148 Private method to handle the Special Continue action. 1170 Private method to handle the Special Continue action.
1301 <dt><i>debugProject</i> (bool)</dt> 1323 <dt><i>debugProject</i> (bool)</dt>
1302 <dd> 1324 <dd>
1303 flag indicating debugging the current project 1325 flag indicating debugging the current project
1304 (True) or script (False) 1326 (True) or script (False)
1305 </dd> 1327 </dd>
1306 <dt><i>script</i> (str)</dt> 1328 <dt><i>script</i> (str (optional))</dt>
1307 <dd> 1329 <dd>
1308 name of a script (optional) 1330 name of a script (defaults to "")
1309 </dd> 1331 </dd>
1310 </dl> 1332 </dl>
1311 <a NAME="DebugUI.doProfile" ID="DebugUI.doProfile"></a> 1333 <a NAME="DebugUI.doProfile" ID="DebugUI.doProfile"></a>
1312 <h4>DebugUI.doProfile</h4> 1334 <h4>DebugUI.doProfile</h4>
1313 <b>doProfile</b>(<i>runProject, script=""</i>) 1335 <b>doProfile</b>(<i>runProject, script=""</i>)

eric ide

mercurial