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

Method log_exc

pydevd_attach_to_process/winappdbg/textio.py:1828–1832  ·  view source on GitHub ↗

Log lines of text associated with the last Python exception.

(self)

Source from the content-addressed store, hash-verified

1826 self.__do_log(DebugLog.log_event(event, text))
1827
1828 def log_exc(self):
1829 """
1830 Log lines of text associated with the last Python exception.
1831 """
1832 self.__do_log("Exception raised: %s" % traceback.format_exc())
1833
1834 def is_enabled(self):
1835 """

Callers

nothing calls this directly

Calls 1

__do_logMethod · 0.95

Tested by

no test coverage detected