139 <p> |
139 <p> |
140 Module function used to start the remote debugger. |
140 Module function used to start the remote debugger. |
141 </p> |
141 </p> |
142 <dl> |
142 <dl> |
143 |
143 |
144 <dt><i>enableTrace=</i></dt> |
144 <dt><i>enableTrace</i></dt> |
145 <dd> |
145 <dd> |
146 flag to enable the tracing function (boolean) |
146 flag to enable the tracing function (boolean) |
147 </dd> |
147 </dd> |
148 <dt><i>exceptions=</i></dt> |
148 <dt><i>exceptions</i></dt> |
149 <dd> |
149 <dd> |
150 flag to enable exception reporting of the IDE |
150 flag to enable exception reporting of the IDE |
151 (boolean) |
151 (boolean) |
152 </dd> |
152 </dd> |
153 <dt><i>tracePython=</i></dt> |
153 <dt><i>tracePython</i></dt> |
154 <dd> |
154 <dd> |
155 flag to enable tracing into the Python library |
155 flag to enable tracing into the Python library |
156 (boolean) |
156 (boolean) |
157 </dd> |
157 </dd> |
158 <dt><i>redirect=</i></dt> |
158 <dt><i>redirect</i></dt> |
159 <dd> |
159 <dd> |
160 flag indicating redirection of stdin, stdout and |
160 flag indicating redirection of stdin, stdout and |
161 stderr (boolean) |
161 stderr (boolean) |
162 </dd> |
162 </dd> |
163 </dl> |
163 </dl> |