mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
* Expose CLI Options through public API Expose a public API that can retrieve the processed CLI options for the current process launched through the debugpy CLI. This enables code to be able to retrieve options like the port and adapter access token to be used for launching their own child process' that can be debugged. * Fix test by sending dict not dataclass object |
||
|---|---|---|
| .. | ||
| _logs | ||
| debug | ||
| DEBUGGEE_PYTHONPATH | ||
| debugpy | ||
| patterns | ||
| test_data | ||
| tests | ||
| watchdog | ||
| __init__.py | ||
| code.py | ||
| conftest.py | ||
| logs.py | ||
| net.py | ||
| pytest_fixtures.py | ||
| pytest_hooks.py | ||
| requirements.txt | ||
| timeline.md | ||
| timeline.py | ||