debugpy/tests/func
2019-03-25 11:33:38 -03:00
..
testfiles Fix issues with django and jinja2 exceptions with just-my-code turned on. Fixes #1181 (#1243) 2019-03-18 19:55:40 -07:00
__init__.py
test_args.py
test_attach.py Fixes #1048. Enable reattach test with fixes (#1156) 2019-02-19 21:30:26 -08:00
test_break_into_dbg.py
test_breakpoints.py Enable delayed stack trace loading (#1182) 2019-02-26 15:08:31 -08:00
test_completions.py
test_disconnect.py
test_django.py Make sure that DAP ids are int32. Fixes #1251 2019-03-25 11:33:38 -03:00
test_evaluate.py Make sure that DAP ids are int32. Fixes #1251 2019-03-25 11:33:38 -03:00
test_exception.py Add support for named line markers to pyfile() fixture. 2019-02-11 18:39:26 -08:00
test_flask.py Make sure that DAP ids are int32. Fixes #1251 2019-03-25 11:33:38 -03:00
test_justmycode.py StackTrace request respecting just-my-code. Fixes #1187 2019-03-07 11:20:39 -03:00
test_log.py Fix attach() and enable_attach() with log_dir=, and add tests for various ways to enable logging. 2019-03-05 14:32:23 -08:00
test_multiproc.py Disable test_argv_quoting on Python 2.7 on non-Windows platform due to #935. 2019-03-20 15:30:54 -07:00
test_output.py
test_path_mapping.py sourceReference = 0 when file is mapped. Fixes #1203 (#1214) 2019-03-11 21:15:09 -07:00
test_run.py Fix #1125: No-Debug run (ctrl+F5) VSCode is unable to establish connection with debugger (#1128) 2019-01-28 16:30:33 -08:00
test_set_expression.py Improving resolvers format in pydevd. #1092 2019-02-25 17:14:34 -03:00
test_start_stop.py Ensure that stopOnEntry test checks path (#1190) 2019-03-01 17:48:58 -08:00
test_step.py Fix set next statement with DAP. Fixes #1163 2019-03-21 10:15:22 -03:00
test_stop_on_entry.py Fixes issue identifying ptvsd files (fixes stop on entry). #1159 (#1160) 2019-02-25 10:58:14 -08:00
test_threads.py Fix #1009: Provide a public API to register threads not created by Python for debugging 2019-02-11 21:08:42 -08:00
test_vs_specific.py