MCPcopy Index your code
hub / github.com/fabioz/PyDev.Debugger / _log_initial_info

Function _log_initial_info

pydevd.py:3495–3500  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3493
3494
3495def _log_initial_info():
3496 pydev_log.debug("Initial arguments: %s", (sys.argv,))
3497 pydev_log.debug("Current pid: %s", os.getpid())
3498 pydev_log.debug("Using cython: %s", USING_CYTHON)
3499 pydev_log.debug("Using frame eval: %s", USING_FRAME_EVAL)
3500 pydev_log.debug("Using gevent mode: %s / imported gevent module support: %s", SUPPORT_GEVENT, bool(pydevd_gevent_integration))
3501
3502
3503def config(protocol="", debug_mode="", preimport=""):

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected