eric6/Documentation/Source/eric6.DebugClients.Python.DebugClientBase.html

changeset 7901
6ff7ccf0cb50
parent 7898
1bcd6d4df182
child 7903
827d89937c30
equal deleted inserted replaced
7900:72b88fb20261 7901:6ff7ccf0cb50
273 <tr> 273 <tr>
274 <td><a href="#DebugClientBase.setDisassembly">setDisassembly</a></td> 274 <td><a href="#DebugClientBase.setDisassembly">setDisassembly</a></td>
275 <td>Public method to store a disassembly of the code object raising an exception.</td> 275 <td>Public method to store a disassembly of the code object raising an exception.</td>
276 </tr> 276 </tr>
277 <tr> 277 <tr>
278 <td><a href="#DebugClientBase.skipMultiProcessDebugging">skipMultiProcessDebugging</a></td>
279 <td>Public method to check, if the given script is eligible for debugging.</td>
280 </tr>
281 <tr>
278 <td><a href="#DebugClientBase.startDebugger">startDebugger</a></td> 282 <td><a href="#DebugClientBase.startDebugger">startDebugger</a></td>
279 <td>Public method used to start the remote debugger.</td> 283 <td>Public method used to start the remote debugger.</td>
280 </tr> 284 </tr>
281 <tr> 285 <tr>
282 <td><a href="#DebugClientBase.startProgInDebugger">startProgInDebugger</a></td> 286 <td><a href="#DebugClientBase.startProgInDebugger">startProgInDebugger</a></td>
1145 <dl> 1149 <dl>
1146 1150
1147 <dt><i>disassembly</i> (dict)</dt> 1151 <dt><i>disassembly</i> (dict)</dt>
1148 <dd> 1152 <dd>
1149 dictionary containing the disassembly information 1153 dictionary containing the disassembly information
1154 </dd>
1155 </dl>
1156 <a NAME="DebugClientBase.skipMultiProcessDebugging" ID="DebugClientBase.skipMultiProcessDebugging"></a>
1157 <h4>DebugClientBase.skipMultiProcessDebugging</h4>
1158 <b>skipMultiProcessDebugging</b>(<i>scriptName</i>)
1159
1160 <p>
1161 Public method to check, if the given script is eligible for debugging.
1162 </p>
1163 <dl>
1164
1165 <dt><i>scriptName</i> (str)</dt>
1166 <dd>
1167 name of the script to check
1168 </dd>
1169 </dl>
1170 <dl>
1171 <dt>Returns:</dt>
1172 <dd>
1173 flag indicating eligibility
1174 </dd>
1175 </dl>
1176 <dl>
1177 <dt>Return Type:</dt>
1178 <dd>
1179 bool
1150 </dd> 1180 </dd>
1151 </dl> 1181 </dl>
1152 <a NAME="DebugClientBase.startDebugger" ID="DebugClientBase.startDebugger"></a> 1182 <a NAME="DebugClientBase.startDebugger" ID="DebugClientBase.startDebugger"></a>
1153 <h4>DebugClientBase.startDebugger</h4> 1183 <h4>DebugClientBase.startDebugger</h4>
1154 <b>startDebugger</b>(<i>filename=None, host=None, port=None, enableTrace=True, exceptions=True, tracePython=False, redirect=True, passive=True, multiprocessSupport=False</i>) 1184 <b>startDebugger</b>(<i>filename=None, host=None, port=None, enableTrace=True, exceptions=True, tracePython=False, redirect=True, passive=True, multiprocessSupport=False</i>)

eric ide

mercurial