mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
Wait on a breakpoint before checking output. Add temp workaround for #1574: Flask tests fail with "no such option: --wait" on windows py27 Pin Flask version to last known good one in tests/requirements.txt. Other fixes and improvements: Make start_method mandatory for debug.Session to avoid problems with tests forgetting to specify it. Add debug_me.scratchpad to enable async communication between test code and debuggee. Improve debug.Session logging. Improve test_attach. |
||
|---|---|---|
| .. | ||
| _logs | ||
| DEBUGGEE_PYTHONPATH | ||
| patterns | ||
| ptvsd | ||
| test_data | ||
| tests | ||
| __init__.py | ||
| code.py | ||
| conftest.py | ||
| debug.py | ||
| net.py | ||
| pydevd_log.py | ||
| pytest_fixtures.py | ||
| pytest_hooks.py | ||
| requirements.txt | ||
| timeline.md | ||
| timeline.py | ||
| watchdog.py | ||