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

branch
eric7
changeset 10784
521fd465b048
parent 10689
3ede487187f2
child 11215
d07c71a34adf
--- a/src/eric7/Documentation/Source/eric7.Debugger.DebugUI.html	Fri Jun 14 11:18:10 2024 +0200
+++ b/src/eric7/Documentation/Source/eric7.Debugger.DebugUI.html	Fri Jun 14 11:23:45 2024 +0200
@@ -288,6 +288,10 @@
 <td>Private method to set up the debug menu.</td>
 </tr>
 <tr>
+<td><a href="#DebugUI.__showNotConnectedWarning">__showNotConnectedWarning</a></td>
+<td>Private method to show a warning about a not connected eric-ide server.</td>
+</tr>
+<tr>
 <td><a href="#DebugUI.__specialContinue">__specialContinue</a></td>
 <td>Private method to handle the Special Continue action.</td>
 </tr>
@@ -1141,6 +1145,24 @@
         Private method to set up the debug menu.
 </p>
 
+<a NAME="DebugUI.__showNotConnectedWarning" ID="DebugUI.__showNotConnectedWarning"></a>
+<h4>DebugUI.__showNotConnectedWarning</h4>
+<b>__showNotConnectedWarning</b>(<i>title, name=""</i>)
+<p>
+        Private method to show a warning about a not connected eric-ide server.
+</p>
+
+<dl>
+
+<dt><i>title</i> (str)</dt>
+<dd>
+title for the dialog
+</dd>
+<dt><i>name</i> (str (optional))</dt>
+<dd>
+name of the file (defaults to "")
+</dd>
+</dl>
 <a NAME="DebugUI.__specialContinue" ID="DebugUI.__specialContinue"></a>
 <h4>DebugUI.__specialContinue</h4>
 <b>__specialContinue</b>(<i>debuggerId=""</i>)
@@ -1303,9 +1325,9 @@
 flag indicating debugging the current project
             (True) or script (False)
 </dd>
-<dt><i>script</i> (str)</dt>
+<dt><i>script</i> (str (optional))</dt>
 <dd>
-name of a script (optional)
+name of a script (defaults to "")
 </dd>
 </dl>
 <a NAME="DebugUI.doProfile" ID="DebugUI.doProfile"></a>

eric ide

mercurial