269 <tr> |
269 <tr> |
270 <td><a href="#DebugClientBase.sessionClose">sessionClose</a></td> |
270 <td><a href="#DebugClientBase.sessionClose">sessionClose</a></td> |
271 <td>Public method to close the session with the debugger and optionally terminate.</td> |
271 <td>Public method to close the session with the debugger and optionally terminate.</td> |
272 </tr> |
272 </tr> |
273 <tr> |
273 <tr> |
|
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> |
|
276 </tr> |
|
277 <tr> |
274 <td><a href="#DebugClientBase.startDebugger">startDebugger</a></td> |
278 <td><a href="#DebugClientBase.startDebugger">startDebugger</a></td> |
275 <td>Public method used to start the remote debugger.</td> |
279 <td>Public method used to start the remote debugger.</td> |
276 </tr> |
280 </tr> |
277 <tr> |
281 <tr> |
278 <td><a href="#DebugClientBase.startProgInDebugger">startProgInDebugger</a></td> |
282 <td><a href="#DebugClientBase.startProgInDebugger">startProgInDebugger</a></td> |
1094 <dl> |
1098 <dl> |
1095 |
1099 |
1096 <dt><i>terminate</i></dt> |
1100 <dt><i>terminate</i></dt> |
1097 <dd> |
1101 <dd> |
1098 flag indicating to terminate (boolean) |
1102 flag indicating to terminate (boolean) |
|
1103 </dd> |
|
1104 </dl> |
|
1105 <a NAME="DebugClientBase.setDisassembly" ID="DebugClientBase.setDisassembly"></a> |
|
1106 <h4>DebugClientBase.setDisassembly</h4> |
|
1107 <b>setDisassembly</b>(<i>disassembly</i>) |
|
1108 |
|
1109 <p> |
|
1110 Public method to store a disassembly of the code object raising an |
|
1111 exception. |
|
1112 </p> |
|
1113 <dl> |
|
1114 |
|
1115 <dt><i>disassembly</i> (dict)</dt> |
|
1116 <dd> |
|
1117 dictionary containing the disassembly information |
1099 </dd> |
1118 </dd> |
1100 </dl> |
1119 </dl> |
1101 <a NAME="DebugClientBase.startDebugger" ID="DebugClientBase.startDebugger"></a> |
1120 <a NAME="DebugClientBase.startDebugger" ID="DebugClientBase.startDebugger"></a> |
1102 <h4>DebugClientBase.startDebugger</h4> |
1121 <h4>DebugClientBase.startDebugger</h4> |
1103 <b>startDebugger</b>(<i>filename=None, host=None, port=None, enableTrace=True, exceptions=True, tracePython=False, redirect=True</i>) |
1122 <b>startDebugger</b>(<i>filename=None, host=None, port=None, enableTrace=True, exceptions=True, tracePython=False, redirect=True</i>) |