| .. |
|
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
|
Fix #156: Add a flag for the old way of handling args from a launch config
|
2020-05-07 12:31:40 -07: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
|
Change __len__ to len().
|
2020-04-21 08:20:54 -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 #156: Add a flag for the old way of handling args from a launch config
|
2020-05-07 12:31:40 -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
|
Parse and apply "python" / "pythonPath" in the adapter rather than in the launcher.
|
2020-05-08 17:10:34 -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 |