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

branch
eric7
changeset 10980
40e1979abdb7
parent 10692
9becf9ca115c
child 11000
f8371a2dd08f
equal deleted inserted replaced
10979:960fe726594c 10980:40e1979abdb7
81 <tr> 81 <tr>
82 <td><a href="#DebuggerGeneralPage.on_interfaceSelectorComboBox_currentIndexChanged">on_interfaceSelectorComboBox_currentIndexChanged</a></td> 82 <td><a href="#DebuggerGeneralPage.on_interfaceSelectorComboBox_currentIndexChanged">on_interfaceSelectorComboBox_currentIndexChanged</a></td>
83 <td>Private slot to handle the selection of a network interface type.</td> 83 <td>Private slot to handle the selection of a network interface type.</td>
84 </tr> 84 </tr>
85 <tr> 85 <tr>
86 <td><a href="#DebuggerGeneralPage.on_passiveDbgGroup_toggled">on_passiveDbgGroup_toggled</a></td>
87 <td>Private slot to handle a change of the checked state of the passive debugging option.</td>
88 </tr>
89 <tr>
90 <td><a href="#DebuggerGeneralPage.on_remoteDebuggerGroup_toggled">on_remoteDebuggerGroup_toggled</a></td>
91 <td>Private slot to handle a change of the checked state of the remote debugging option.</td>
92 </tr>
93 <tr>
86 <td><a href="#DebuggerGeneralPage.save">save</a></td> 94 <td><a href="#DebuggerGeneralPage.save">save</a></td>
87 <td>Public slot to save the Debugger General (1) configuration.</td> 95 <td>Public slot to save the Debugger General (1) configuration.</td>
88 </tr> 96 </tr>
89 </table> 97 </table>
90 98
152 <dt><i>index</i> (int)</dt> 160 <dt><i>index</i> (int)</dt>
153 <dd> 161 <dd>
154 index of the selected entry 162 index of the selected entry
155 </dd> 163 </dd>
156 </dl> 164 </dl>
165 <a NAME="DebuggerGeneralPage.on_passiveDbgGroup_toggled" ID="DebuggerGeneralPage.on_passiveDbgGroup_toggled"></a>
166 <h4>DebuggerGeneralPage.on_passiveDbgGroup_toggled</h4>
167 <b>on_passiveDbgGroup_toggled</b>(<i>checked</i>)
168 <p>
169 Private slot to handle a change of the checked state of the passive debugging
170 option.
171 </p>
172
173 <dl>
174
175 <dt><i>checked</i> (bool)</dt>
176 <dd>
177 checked state
178 </dd>
179 </dl>
180 <a NAME="DebuggerGeneralPage.on_remoteDebuggerGroup_toggled" ID="DebuggerGeneralPage.on_remoteDebuggerGroup_toggled"></a>
181 <h4>DebuggerGeneralPage.on_remoteDebuggerGroup_toggled</h4>
182 <b>on_remoteDebuggerGroup_toggled</b>(<i>checked</i>)
183 <p>
184 Private slot to handle a change of the checked state of the remote debugging
185 option.
186 </p>
187
188 <dl>
189
190 <dt><i>checked</i> (bool)</dt>
191 <dd>
192 checked state
193 </dd>
194 </dl>
157 <a NAME="DebuggerGeneralPage.save" ID="DebuggerGeneralPage.save"></a> 195 <a NAME="DebuggerGeneralPage.save" ID="DebuggerGeneralPage.save"></a>
158 <h4>DebuggerGeneralPage.save</h4> 196 <h4>DebuggerGeneralPage.save</h4>
159 <b>save</b>(<i></i>) 197 <b>save</b>(<i></i>)
160 <p> 198 <p>
161 Public slot to save the Debugger General (1) configuration. 199 Public slot to save the Debugger General (1) configuration.

eric ide

mercurial