debugpy/tests/debugpy
Pavel Minaev 32c00bc85c Fix #92: Debugging as sudo fails to terminate the debugger when you stop
Apply sudo to debugpy.launcher, rather than the debuggee itself.
2020-04-01 21:16:20 -07:00
..
adapter Rename tests/ptvsd -> tests/debugpy 2020-01-21 01:06:04 -08:00
common Rename tests/ptvsd -> tests/debugpy 2020-01-21 01:06:04 -08:00
server Fix https://github.com/microsoft/ptvsd/issues/2079: 2020-02-17 18:21:13 -08:00
__init__.py Rename tests/ptvsd -> tests/debugpy 2020-01-21 01:06:04 -08:00
test_args.py Purge all mentions of "IDE", and replace with "client" or "clients" as appropriate. 2020-02-11 17:03:45 -08:00
test_attach.py Use "connect":{...} and "listen":{...} to indicate direction of connection in debug configuration. 2020-03-05 13:56:22 -08:00
test_breakpoints.py Actually run full test matrix for DEBUGBY_TESTS_FULL=1. 2020-03-05 13:56:22 -08:00
test_completions.py Fix #1811: tests using attach_by_pid fail on Python 2.7 2020-01-26 17:14:30 -08:00
test_disconnect.py Fix https://github.com/microsoft/ptvsd/issues/1824: 2020-03-05 13:56:22 -08:00
test_django.py Swap attach_listen / attach_connect to reflect the client perspective. 2020-03-05 13:56:22 -08:00
test_docstrings.py Rename tests/ptvsd -> tests/debugpy 2020-01-21 01:06:04 -08:00
test_env.py Swap attach_listen / attach_connect to reflect the client perspective. 2020-03-05 13:56:22 -08:00
test_evaluate.py Keep order of items in dictionary (Py3.6 onwards) or odict. Fixes https://github.com/microsoft/ptvsd/issues/998 2020-04-01 15:51:44 -03:00
test_exception.py Fix #1811: tests using attach_by_pid fail on Python 2.7 2020-01-26 17:14:30 -08:00
test_exclude_rules.py Actually run full test matrix for DEBUGBY_TESTS_FULL=1. 2020-03-05 13:56:22 -08:00
test_flask.py Swap attach_listen / attach_connect to reflect the client perspective. 2020-03-05 13:56:22 -08:00
test_gevent.py Actually run full test matrix for DEBUGBY_TESTS_FULL=1. 2020-03-05 13:56:22 -08:00
test_justmycode.py Actually run full test matrix for DEBUGBY_TESTS_FULL=1. 2020-03-05 13:56:22 -08:00
test_log.py Fix https://github.com/microsoft/ptvsd/issues/1824: 2020-03-05 13:56:22 -08:00
test_multiproc.py Fix #90: "subProcess" is not respected 2020-04-01 20:10:34 -07:00
test_output.py Fix https://github.com/microsoft/ptvsd/issues/2052: 2020-01-28 17:08:13 -08:00
test_path_mapping.py Actually run full test matrix for DEBUGBY_TESTS_FULL=1. 2020-03-05 13:56:22 -08:00
test_run.py Fix #92: Debugging as sudo fails to terminate the debugger when you stop 2020-04-01 21:16:20 -07:00
test_source_mapping.py Swap attach_listen / attach_connect to reflect the client perspective. 2020-03-05 13:56:22 -08:00
test_step.py Fix #1811: tests using attach_by_pid fail on Python 2.7 2020-01-26 17:14:30 -08:00
test_stop_on_entry.py Fix #1811: tests using attach_by_pid fail on Python 2.7 2020-01-26 17:14:30 -08:00
test_system_info.py Refactor debugpy API and CLI for clarity and consistency. 2020-02-11 14:40:25 -08:00
test_threads.py Fix #1811: tests using attach_by_pid fail on Python 2.7 2020-01-26 17:14:30 -08:00
test_tracing.py Refactor debugpy API and CLI for clarity and consistency. 2020-02-11 14:40:25 -08:00
test_vs_specific.py Purge all mentions of "IDE", and replace with "client" or "clients" as appropriate. 2020-02-11 17:03:45 -08:00