mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
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 |
||
|---|---|---|
| .. | ||
| README | ||
| test-logs.code-workspace | ||
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.