eric6/Documentation/Source/eric6.Debugger.ExceptionLogger.html

changeset 7887
c1588f5a83e9
parent 7273
391d6b7b1eff
equal deleted inserted replaced
7885:3e4605cc3541 7887:c1588f5a83e9
171 the global coordinates of the mouse pointer (QPoint) 171 the global coordinates of the mouse pointer (QPoint)
172 </dd> 172 </dd>
173 </dl> 173 </dl>
174 <a NAME="ExceptionLogger.addException" ID="ExceptionLogger.addException"></a> 174 <a NAME="ExceptionLogger.addException" ID="ExceptionLogger.addException"></a>
175 <h4>ExceptionLogger.addException</h4> 175 <h4>ExceptionLogger.addException</h4>
176 <b>addException</b>(<i>exceptionType, exceptionMessage, stackTrace</i>) 176 <b>addException</b>(<i>exceptionType, exceptionMessage, stackTrace, debuggerId</i>)
177 177
178 <p> 178 <p>
179 Public slot to handle the arrival of a new exception. 179 Public slot to handle the arrival of a new exception.
180 </p> 180 </p>
181 <dl> 181 <dl>
182 182
183 <dt><i>exceptionType</i></dt> 183 <dt><i>exceptionType</i> (str)</dt>
184 <dd> 184 <dd>
185 type of exception raised (string) 185 type of exception raised
186 </dd> 186 </dd>
187 <dt><i>exceptionMessage</i></dt> 187 <dt><i>exceptionMessage</i> (str)</dt>
188 <dd> 188 <dd>
189 message given by the exception (string) 189 message given by the exception
190 </dd> 190 </dd>
191 <dt><i>stackTrace</i></dt> 191 <dt><i>stackTrace</i> (list)</dt>
192 <dd> 192 <dd>
193 list of stack entries. 193 list of stack entries
194 </dd>
195 <dt><i>debuggerId</i> (str)</dt>
196 <dd>
197 ID of the debugger backend
194 </dd> 198 </dd>
195 </dl> 199 </dl>
196 <a NAME="ExceptionLogger.debuggingStarted" ID="ExceptionLogger.debuggingStarted"></a> 200 <a NAME="ExceptionLogger.debuggingStarted" ID="ExceptionLogger.debuggingStarted"></a>
197 <h4>ExceptionLogger.debuggingStarted</h4> 201 <h4>ExceptionLogger.debuggingStarted</h4>
198 <b>debuggingStarted</b>(<i></i>) 202 <b>debuggingStarted</b>(<i></i>)

eric ide

mercurial