debugpy/src/ptvsd
Pavel Minaev 646981e4af Fix #1810: tests using attach_by_pid fail on Linux and macOS
Add time.sleep() to attach_by_pid spinning loop to give the injected code a better chance to execute.

Read and log injector output to prevent it from blocking on prints.

Improve code injection logging.

Fix race between socket.accept() backchannel listener thread, and debug.Session.close().
2019-11-15 11:55:27 -08:00
..
_vendored Prevent deadlock in expression evaluation. 2019-11-12 18:13:25 -08:00
adapter Fix #1810: tests using attach_by_pid fail on Linux and macOS 2019-11-15 11:55:27 -08:00
common Add "from __future__ import division" to all ptvsd modules. 2019-10-30 17:12:17 -07:00
launcher Add "from __future__ import division" to all ptvsd modules. 2019-10-30 17:12:17 -07:00
server Fix #1810: tests using attach_by_pid fail on Linux and macOS 2019-11-15 11:55:27 -08:00
__init__.py Add "from __future__ import division" to all ptvsd modules. 2019-10-30 17:12:17 -07:00
__main__.py Add "from __future__ import division" to all ptvsd modules. 2019-10-30 17:12:17 -07:00
_version.py #1449, #1498, partially #1448 (#1651) 2019-08-02 13:08:07 -07:00
ThirdPartyNotices.txt Remove dependency on xml or untangle. Fixes #1039. (#1263) 2019-03-25 18:47:05 -07:00