| .. |
|
adapter
|
Rename tests/ptvsd -> tests/debugpy
|
2020-01-21 01:06:04 -08:00 |
|
common
|
Reformat everything with a newer version of Black.
|
2020-06-26 13:37:31 -07: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
|
Disable test_attach_pid_client on Windows and macOS per #311
|
2020-06-24 08:56:18 -07:00 |
|
test_breakpoints.py
|
Properly validate/change django/jinja2 template breakpoints lines. Fixes #213
|
2021-10-26 07:53:51 -03: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
|
Remove unused import.
|
2021-11-03 19:00:57 -07:00 |
|
test_docstrings.py
|
Rename tests/ptvsd -> tests/debugpy
|
2020-01-21 01:06:04 -08:00 |
|
test_env.py
|
Fix #93: null values not supported in "env"
|
2020-10-26 11:22:12 -07:00 |
|
test_evaluate.py
|
Improve dealing with blocking evaluate requests. Fixes #157
|
2020-07-18 14:57:02 -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
|
Reformat everything with a newer version of Black.
|
2020-06-26 13:37:31 -07:00 |
|
test_flask.py
|
Properly validate/change django/jinja2 template breakpoints lines. Fixes #213
|
2021-10-26 07:53:51 -03:00 |
|
test_gevent.py
|
Re-enable gevent test with Python 3.10. Fixes #688
|
2021-12-11 07:58:15 -03:00 |
|
test_input.py
|
Fix #370: Terminal Keyboard Inputs not being accepted
|
2020-08-19 14:50:44 -07:00 |
|
test_justmycode.py
|
Reformat everything with a newer version of Black.
|
2020-06-26 13:37:31 -07:00 |
|
test_log.py
|
Fix https://github.com/microsoft/ptvsd/issues/1824:
|
2020-03-05 13:56:22 -08:00 |
|
test_multiproc.py
|
Don't print twice in evaluation if output is being already redirected. Fixes #827
|
2022-02-26 06:40:10 -03:00 |
|
test_output.py
|
Don't print twice in evaluation if output is being already redirected. Fixes #827
|
2022-02-26 06:40:10 -03:00 |
|
test_path_mapping.py
|
Reformat everything with a newer version of Black.
|
2020-06-26 13:37:31 -07:00 |
|
test_run.py
|
Re-enable frame eval mode by default.
|
2022-04-07 10:31:14 -07:00 |
|
test_source_mapping.py
|
Reformat everything with a newer version of Black.
|
2020-06-26 13:37:31 -07: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
|
Correct pthread library name in find_library()
|
2021-09-16 09:48:19 -03: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 |