7897:9acc015ea443 | 7898:1bcd6d4df182 |
---|---|
1197 debugging support | 1197 debugging support |
1198 </dd> | 1198 </dd> |
1199 </dl> | 1199 </dl> |
1200 <a NAME="DebugClientBase.startProgInDebugger" ID="DebugClientBase.startProgInDebugger"></a> | 1200 <a NAME="DebugClientBase.startProgInDebugger" ID="DebugClientBase.startProgInDebugger"></a> |
1201 <h4>DebugClientBase.startProgInDebugger</h4> | 1201 <h4>DebugClientBase.startProgInDebugger</h4> |
1202 <b>startProgInDebugger</b>(<i>progargs, wd='', host=None, port=None, exceptions=True, tracePython=False, redirect=True, passive=True, multiprocessSupport=False, codeStr=""</i>) | 1202 <b>startProgInDebugger</b>(<i>progargs, wd='', host=None, port=None, exceptions=True, tracePython=False, redirect=True, passive=True, multiprocessSupport=False, codeStr="", scriptModule=""</i>) |
1203 | 1203 |
1204 <p> | 1204 <p> |
1205 Public method used to start the remote debugger. | 1205 Public method used to start the remote debugger. |
1206 </p> | 1206 </p> |
1207 <dl> | 1207 <dl> |
1248 debugging support | 1248 debugging support |
1249 </dd> | 1249 </dd> |
1250 <dt><i>codeStr</i> (str)</dt> | 1250 <dt><i>codeStr</i> (str)</dt> |
1251 <dd> | 1251 <dd> |
1252 string containing Python code to execute | 1252 string containing Python code to execute |
1253 </dd> | |
1254 <dt><i>scriptModule</i> (str)</dt> | |
1255 <dd> | |
1256 name of a module to be executed as a script | |
1253 </dd> | 1257 </dd> |
1254 </dl> | 1258 </dl> |
1255 <dl> | 1259 <dl> |
1256 <dt>Returns:</dt> | 1260 <dt>Returns:</dt> |
1257 <dd> | 1261 <dd> |