()
| 3493 | |
| 3494 | |
| 3495 | def _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 | |
| 3503 | def config(protocol="", debug_mode="", preimport=""): |