Document Python configuration for embedded hosts - #2068
Conversation
|
Azure Pipelines: There may be pipelines that require an authorized user to comment /azp run to run. |
|
🔒 Automated review in progress — Heejae Chang (@heejaechang) is auto-reviewing this PR. |
Heejae Chang (heejaechang)
left a comment
There was a problem hiding this comment.
Approved via Review Center.
|
nightcityblade please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information.
Contributor License AgreementContribution License AgreementThis Contribution License Agreement (“Agreement”) is agreed to by the party signing below (“You”),
|
|
🔒 Automated review in progress — Rich Chiodo (@rchiodo) is auto-reviewing this PR. |
Rich Chiodo (rchiodo)
left a comment
There was a problem hiding this comment.
Approved via Review Center.
Fixes #1097
Summary
debugpy.configure(python=...)selects the interpreter used to launch the adapter processdebugpy.listen()Tests
python3 -m flake8 src/debugpy/public_api.pypython3 -m ruff check src/debugpy/public_api.pypytest -n0 tests/debugpy/test_api.py tests/debugpy/test_docstrings.py(3 passed)