mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
Use YAML templates for setting up Python and running tests. Use matrix instead of separate jobs for Windows 32-bit and 64-bit runs. Change --debugpy-logs to --debugpy-log-dir with explicit destination, and use that to capture and publish test logs in CI. Delete logs for passed tests by default, and add --debugpy-log-passed to opt out. |
||
|---|---|---|
| .. | ||
| README | ||
This directory will contain debugpy and pydevd log files from the test runs. A separate directory will be created for every test. In that directory, a separate 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 the test log directory, to easily find all failed tests after a large run.