debugpy/tests/_logs
Rich Chiodo ae6812bdac
Pull in pydevd sys.monitoring support (#1680)
This is pulling in @fabioz's latest changes for sys.monitoring and then fixing up any issues found with the debugpy tests.

A lot of the changes were made by Fabio since the latest pull from pydevd, so I also created this PR to compare what changes I made to Fabio's baseline:
rchiodo/PyDev.Debugger#1

Meaning you really only need to look at that other PR to see what changes I made. The rest of the changes here are from Fabio or ruff doing reformating.

After this goes through, we should have sys.monitoring support in debugpy. We can decide later if we want to implement our own support as @int19h started.

Fixes #1496
2024-09-23 11:22:54 -07:00
..
README Tests and CI refactoring: 2020-01-30 20:43:17 -08:00
test-logs.code-workspace Pull in pydevd sys.monitoring support (#1680) 2024-09-23 11:22:54 -07:00

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.