mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
* 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. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test___main__.py | ||
| test_debugger.py | ||
| test_internals_filter.py | ||
| test_local.py | ||
| test_modules_manager.py | ||
| test_pathutils.py | ||
| test_safe_repr.py | ||
| test_socket.py | ||