microsoft / vscode-python-debugger

Python debugger (debugpy) extension for VS Code.
https://marketplace.visualstudio.com/items?itemName=ms-python.debugpy
MIT License
40 stars 17 forks source link

Frame skipped from debugging during step-in. #360

Closed jinec closed 2 weeks ago

jinec commented 3 weeks ago

Type: Bug

Behaviour

    {
        "name": "Python 调试程序2",
        "type": "debugpy",
        "request": "launch",
        "program": "l2_dpo2sft_json.py",
        "console": "integratedTerminal",
        "justMyCode": false,
        "purpose": ["debug-in-terminal"]
    },

XXX

step into(F11)不起作用

paulacamargo25 commented 2 weeks ago

Closed in: https://github.com/microsoft/vscode/issues/214433.