MCPcopy Create free account
hub / github.com/fabioz/PyDev.Debugger / handle_user_exception

Method handle_user_exception

_pydevd_bundle/pydevd_frame.py:208–212  ·  view source on GitHub ↗
(self, frame)

Source from the content-addressed store, hash-verified

206 return self.trace_exception
207
208 def handle_user_exception(self, frame):
209 exc_info = self.exc_info
210 if exc_info:
211 return handle_exception(self._args[0], self._args[3], frame, exc_info[0], EXCEPTION_TYPE_USER_UNHANDLED)
212 return False
213
214 # IFDEF CYTHON
215 # cdef get_func_name(self, frame):

Callers 2

trace_exceptionMethod · 0.95
trace_dispatchMethod · 0.95

Calls 1

handle_exceptionFunction · 0.85

Tested by

no test coverage detected