mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
Rename ptvsd -> debugpy.
This commit is contained in:
parent
2731604433
commit
8b4c40e922
744 changed files with 581 additions and 532 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue