mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
* Fix debugger stepping actions in forked process Fix the debugger stepping state when debugging a process that has been forked from the main process. The new sys.monitoring mechanism didn't fully clear the thread local storage after a fork leading to a state where the forked child process tracked the wrong thread information and was never updated on the latest continue action. * Add stepping test for forked process * Add line ending back in for cleaner diff * More formatting reversions |
||
|---|---|---|
| .. | ||
| _logs | ||
| debug | ||
| DEBUGGEE_PYTHONPATH | ||
| debugpy | ||
| patterns | ||
| test_data | ||
| tests | ||
| watchdog | ||
| __init__.py | ||
| code.py | ||
| conftest.py | ||
| logs.py | ||
| net.py | ||
| pytest_fixtures.py | ||
| pytest_hooks.py | ||
| requirements.txt | ||
| timeline.md | ||
| timeline.py | ||