debugpy/tests
Pavel Minaev 55059ca379 Fix #810: Sub-Process: monkey patch pydevd to start process using ptvsd (#862)
* Fix #810: Sub-Process: monkey patch pydevd to start process using ptvsd

* Add --multiprocess to ParseArgsTests tests.

* Pass port range down to child processes, and let them pick a port themselves.

* Remove ptvsd.port and replace with debugging output.

Pick ports from the range randomly rather than always scanning start to end, to reduce collisions.
2018-10-11 14:01:39 -07:00
..
debugger_protocol Compatibility python 3.4 (#519) 2018-06-25 13:20:22 -07:00
helpers Undefined variable error in breakpoint condition (#893) 2018-10-10 10:35:23 -07:00
highlevel Treat any code not in site-library as user code (#884) 2018-10-11 11:27:00 -07:00
ptvsd Fix #810: Sub-Process: monkey patch pydevd to start process using ptvsd (#862) 2018-10-11 14:01:39 -07:00
resources/system_tests Preserve tab character while parsing XML (#829) 2018-09-20 18:28:02 -07:00
system_tests Preserve tab character while parsing XML (#829) 2018-09-20 18:28:02 -07:00
__init__.py A bunch of cleanup/lint fixes for the system tests. (#625) 2018-07-09 17:14:57 -06:00
__main__.py Fix for test_setup failure in python 3.7 (#733) 2018-08-05 11:04:59 -07:00
test_setup.py Properly deal with handled/unhandled exceptions on top-level frames on a remote attach. Fixes #580, #581 (#827) 2018-09-24 13:28:54 -07:00
test_tests___main__.py Update for VSTS-based CI process (#431) 2018-06-21 17:09:53 -07:00