src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.DebuggerGeneralPage.html

branch
eric7
changeset 10980
40e1979abdb7
parent 10692
9becf9ca115c
child 11000
f8371a2dd08f
--- a/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.DebuggerGeneralPage.html	Tue Oct 15 16:29:36 2024 +0200
+++ b/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.DebuggerGeneralPage.html	Wed Oct 16 11:26:07 2024 +0200
@@ -83,6 +83,14 @@
 <td>Private slot to handle the selection of a network interface type.</td>
 </tr>
 <tr>
+<td><a href="#DebuggerGeneralPage.on_passiveDbgGroup_toggled">on_passiveDbgGroup_toggled</a></td>
+<td>Private slot to handle a change of the checked state of the passive debugging option.</td>
+</tr>
+<tr>
+<td><a href="#DebuggerGeneralPage.on_remoteDebuggerGroup_toggled">on_remoteDebuggerGroup_toggled</a></td>
+<td>Private slot to handle a change of the checked state of the remote debugging option.</td>
+</tr>
+<tr>
 <td><a href="#DebuggerGeneralPage.save">save</a></td>
 <td>Public slot to save the Debugger General (1) configuration.</td>
 </tr>
@@ -154,6 +162,36 @@
 index of the selected entry
 </dd>
 </dl>
+<a NAME="DebuggerGeneralPage.on_passiveDbgGroup_toggled" ID="DebuggerGeneralPage.on_passiveDbgGroup_toggled"></a>
+<h4>DebuggerGeneralPage.on_passiveDbgGroup_toggled</h4>
+<b>on_passiveDbgGroup_toggled</b>(<i>checked</i>)
+<p>
+        Private slot to handle a change of the checked state of the passive debugging
+        option.
+</p>
+
+<dl>
+
+<dt><i>checked</i> (bool)</dt>
+<dd>
+checked state
+</dd>
+</dl>
+<a NAME="DebuggerGeneralPage.on_remoteDebuggerGroup_toggled" ID="DebuggerGeneralPage.on_remoteDebuggerGroup_toggled"></a>
+<h4>DebuggerGeneralPage.on_remoteDebuggerGroup_toggled</h4>
+<b>on_remoteDebuggerGroup_toggled</b>(<i>checked</i>)
+<p>
+        Private slot to handle a change of the checked state of the remote debugging
+        option.
+</p>
+
+<dl>
+
+<dt><i>checked</i> (bool)</dt>
+<dd>
+checked state
+</dd>
+</dl>
 <a NAME="DebuggerGeneralPage.save" ID="DebuggerGeneralPage.save"></a>
 <h4>DebuggerGeneralPage.save</h4>
 <b>save</b>(<i></i>)

eric ide

mercurial