Rename ptvsd -> debugpy.

This commit is contained in:
Pavel Minaev 2020-01-14 19:54:50 -08:00
parent 2731604433
commit 8b4c40e922
744 changed files with 581 additions and 532 deletions

View file

@ -1,10 +1,10 @@
Pass --ptvsd-logs and/or --pydevd-logs to pytest to create log files here for a run.
Pass --debugpy-logs and/or --pydevd-logs to pytest to create log files here for a run.
For example:
tox -e py37 -- --ptvsd-logs "tests/ptvsd/server/test_run.py::test_run[launch-file]"
tox -e py37 -- --debugpy-logs "tests/ptvsd/server/test_run.py::test_run[launch-file]"
A separate directory will be created for every test. In that directory, a separate
subdirectory will be created for every debug.Session instance, containing ptvsd logs
subdirectory will be created for every debug.Session instance, containing debugpy logs
for the processes that it spawns, and pydevd log.
If the test has failed, an empty file called FAILED.log is additionally created in