debugpy/tests
Pavel Minaev 80bd2ed93a Fix #2026: "Press any key" prompt appears when using Stop Debugging
Fix #2040: Code continues running after Stop Debugging

Force-kill debuggee before disconnecting from the debug server if termination was requested or implied.

Don't show the wait prompt if debuggee was explicitly terminated.

Refactor tests for wait prompt to test all possible permutations in a single test.
2020-01-14 19:54:18 -08:00
..
_logs Also capture full pytest logs with --ptvsd-logs. 2019-09-30 04:41:10 -07:00
debug Improve test logging on session exit. 2019-12-13 18:37:56 -08:00
DEBUGGEE_PYTHONPATH Add "from __future__ import division" to all ptvsd modules. 2019-10-30 17:12:17 -07:00
patterns Fix #1884: Use sys.platform over platform.system() 2019-11-19 12:05:57 -08:00
ptvsd Fix #2026: "Press any key" prompt appears when using Stop Debugging 2020-01-14 19:54:18 -08:00
test_data Fix #1886: test_flask_breakpoint_multiproc fails with run=attach_by_socket 2019-11-18 13:50:14 -08:00
tests Add "from __future__ import division" to all ptvsd modules. 2019-10-30 17:12:17 -07:00
watchdog Fix #1884: Use sys.platform over platform.system() 2019-11-19 12:05:57 -08:00
__init__.py Add "from __future__ import division" to all ptvsd modules. 2019-10-30 17:12:17 -07:00
code.py Add "from __future__ import division" to all ptvsd modules. 2019-10-30 17:12:17 -07:00
conftest.py Add "from __future__ import division" to all ptvsd modules. 2019-10-30 17:12:17 -07:00
logs.py Simplify options handling. 2019-12-11 20:42:01 -08:00
net.py Improve failed test diagnostics. 2019-11-18 13:50:14 -08:00
pytest_fixtures.py Simplify options handling. 2019-12-11 20:42:01 -08:00
pytest_hooks.py Simplify options handling. 2019-12-11 20:42:01 -08:00
requirements.txt Re-pin Flask - still necessary. 2019-12-08 14:13:58 -08:00
timeline.md Update tests to use python debug adapter (#1660) 2019-08-12 13:53:24 -07:00
timeline.py Add ResponseOccurrence.result to alias Response.result 2019-11-18 13:50:14 -08:00