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

branch
maintenance
changeset 8043
0acf98cd089a
parent 7989
a21d673a8f99
equal deleted inserted replaced
7991:866adc8c315b 8043:0acf98cd089a
71 <dd> 71 <dd>
72 type of debugger ("standard" or "threads") 72 type of debugger ("standard" or "threads")
73 </dd> 73 </dd>
74 </dl> 74 </dl>
75 <dl> 75 <dl>
76 <dt>Returns:</dt> 76 <dt>Return:</dt>
77 <dd> 77 <dd>
78 flag indicating success (boolean) 78 flag indicating success (boolean)
79 </dd> 79 </dd>
80 </dl> 80 </dl>
81 <dl> 81 <dl>
105 <dd> 105 <dd>
106 arguments being passed to func 106 arguments being passed to func
107 </dd> 107 </dd>
108 </dl> 108 </dl>
109 <dl> 109 <dl>
110 <dt>Returns:</dt> 110 <dt>Return:</dt>
111 <dd> 111 <dd>
112 the function result 112 the function result
113 </dd> 113 </dd>
114 </dl> 114 </dl>
115 <div align="right"><a href="#top">Up</a></div> 115 <div align="right"><a href="#top">Up</a></div>
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>

eric ide

mercurial