33 <td><a href="#runcall">runcall</a></td> |
33 <td><a href="#runcall">runcall</a></td> |
34 <td>Module function mimicing the Pdb interface.</td> |
34 <td>Module function mimicing the Pdb interface.</td> |
35 </tr> |
35 </tr> |
36 <tr> |
36 <tr> |
37 <td><a href="#setScriptname">setScriptname</a></td> |
37 <td><a href="#setScriptname">setScriptname</a></td> |
38 <td>Module function to set the scriptname to be reported back to the IDE.</td> |
38 <td>Module function to set the script name to be reported back to the IDE.</td> |
39 </tr> |
39 </tr> |
40 <tr> |
40 <tr> |
41 <td><a href="#startDebugger">startDebugger</a></td> |
41 <td><a href="#startDebugger">startDebugger</a></td> |
42 <td>Module function used to start the remote debugger.</td> |
42 <td>Module function used to start the remote debugger.</td> |
43 </tr> |
43 </tr> |
81 <p> |
87 <p> |
82 Module function mimicing the Pdb interface. |
88 Module function mimicing the Pdb interface. |
83 </p> |
89 </p> |
84 <dl> |
90 <dl> |
85 |
91 |
86 <dt><i>func</i></dt> |
92 <dt><i>func</i> (function)</dt> |
87 <dd> |
93 <dd> |
88 function to be called (function object) |
94 function to be called |
89 </dd> |
95 </dd> |
90 <dt><i>*args</i></dt> |
96 <dt><i>*args</i> (list of Any)</dt> |
91 <dd> |
97 <dd> |
92 arguments being passed to func |
98 arguments being passed to func |
93 </dd> |
99 </dd> |
94 </dl> |
100 </dl> |
95 <dl> |
101 <dl> |
96 <dt>Return:</dt> |
102 <dt>Return:</dt> |
97 <dd> |
103 <dd> |
98 the function result |
104 the function result |
99 </dd> |
105 </dd> |
100 </dl> |
106 </dl> |
|
107 <dl> |
|
108 <dt>Return Type:</dt> |
|
109 <dd> |
|
110 Any |
|
111 </dd> |
|
112 </dl> |
101 <div align="right"><a href="#top">Up</a></div> |
113 <div align="right"><a href="#top">Up</a></div> |
102 <hr /> |
114 <hr /> |
103 <hr /> |
115 <hr /> |
104 <a NAME="setScriptname" ID="setScriptname"></a> |
116 <a NAME="setScriptname" ID="setScriptname"></a> |
105 <h2>setScriptname</h2> |
117 <h2>setScriptname</h2> |
106 <b>setScriptname</b>(<i>name</i>) |
118 <b>setScriptname</b>(<i>name</i>) |
107 |
119 |
108 <p> |
120 <p> |
109 Module function to set the scriptname to be reported back to the IDE. |
121 Module function to set the script name to be reported back to the IDE. |
110 </p> |
122 </p> |
111 <dl> |
123 <dl> |
112 |
124 |
113 <dt><i>name</i></dt> |
125 <dt><i>name</i> (str)</dt> |
114 <dd> |
126 <dd> |
115 absolute pathname of the script (string) |
127 absolute path name of the script |
116 </dd> |
128 </dd> |
117 </dl> |
129 </dl> |
118 <div align="right"><a href="#top">Up</a></div> |
130 <div align="right"><a href="#top">Up</a></div> |
119 <hr /> |
131 <hr /> |
120 <hr /> |
132 <hr /> |
125 <p> |
137 <p> |
126 Module function used to start the remote debugger. |
138 Module function used to start the remote debugger. |
127 </p> |
139 </p> |
128 <dl> |
140 <dl> |
129 |
141 |
130 <dt><i>enableTrace</i></dt> |
142 <dt><i>enableTrace</i> (bool)</dt> |
131 <dd> |
143 <dd> |
132 flag to enable the tracing function (boolean) |
144 flag to enable the tracing function |
133 </dd> |
145 </dd> |
134 <dt><i>exceptions</i></dt> |
146 <dt><i>exceptions</i> (bool)</dt> |
135 <dd> |
147 <dd> |
136 flag to enable exception reporting of the IDE |
148 flag to enable exception reporting of the IDE |
137 (boolean) |
|
138 </dd> |
149 </dd> |
139 <dt><i>tracePython</i></dt> |
150 <dt><i>tracePython</i> (bool)</dt> |
140 <dd> |
151 <dd> |
141 flag to enable tracing into the Python library |
152 flag to enable tracing into the Python library |
142 (boolean) |
|
143 </dd> |
153 </dd> |
144 <dt><i>redirect</i></dt> |
154 <dt><i>redirect</i> (bool)</dt> |
145 <dd> |
155 <dd> |
146 flag indicating redirection of stdin, stdout and |
156 flag indicating redirection of stdin, stdout and stderr |
147 stderr (boolean) |
|
148 </dd> |
157 </dd> |
149 </dl> |
158 </dl> |
150 <div align="right"><a href="#top">Up</a></div> |
159 <div align="right"><a href="#top">Up</a></div> |
151 <hr /> |
160 <hr /> |
152 </body></html> |
161 </body></html> |