microsoft / microsoft/vscode-python-debugger
Version 1.106.3 cannot debug Python 3.13
@eleanorjboyd is already working on this.
Since Dec 9, 2025.
- Dominant language
- TypeScript
- Stars
- 181
- Forks
- 126
- Avg merge
- 2d 3h
- Merged PRs (30d)
- 3
Description
Does this issue occur when all extensions are disabled?: Yes/No
- VS Code Version: 1.106.3 + odoo19 Enterprise Edition
- OS Version: ubuntu budgie 24.04.3 + x11 + 6.14.0-35-generic
Steps to Reproduce:
- config launch.json --> request: launch
- click debug
- Do not display the call sign
ms-python.debugpy-2025.16.0-linux-x64
-
pycharm2025.1 can debug Python 3.13.9
-
Manual startup of odoo19 is normal, but debugging is not. The launch will detect /usr/local/python3.13/lib/python313.zip of python3.13.10, and this path, even if manually generated, will also produce similar errors. The problem may be in the launch and pydebug.
-
A single file can be debugged, but not via launch to debug odoo19 Enterprise Edition.
**source /opt/pyenv/erp19py3.13/bin/activate
python odoo-bin -c odoo.conf**
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.