debugpy/tests/ptvsd
Pavel Minaev e94980f86c Do not load ptvsd.server (and hence, pydevd) unless the subpackage is loaded explicitly or via a public API entrypoint that requires it.
Move docstrings to top-level package, and update them to reflect the current behavior.

Remove unused code in ptvsd.common.log.

Move sys.path/prefix/site_packages logging into ptvsd.common.log, and log it from adapter and server to the same level of detail as the tests.

Fix injected code snipped for attach-by-PID.

Fix some Unicode issues in adapter and tests.

Refactor Timeline, debug.Session, and start methods.
2019-08-18 11:43:23 -07:00
..
adapter Tests refactoring. (#1543) 2019-06-28 10:13:00 -07:00
common Support for noDebug (#1696) 2019-08-17 20:23:06 -07:00
server Do not load ptvsd.server (and hence, pydevd) unless the subpackage is loaded explicitly or via a public API entrypoint that requires it. 2019-08-18 11:43:23 -07:00
__init__.py Tests refactoring. (#1543) 2019-06-28 10:13:00 -07:00
test_docstrings.py Do not load ptvsd.server (and hence, pydevd) unless the subpackage is loaded explicitly or via a public API entrypoint that requires it. 2019-08-18 11:43:23 -07:00