Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

debugpy will not step into other's code with justmycode:false automatically #1597

Closed
Mactarvish opened this issue Jun 11, 2024 · 2 comments
Closed

Comments

@Mactarvish
Copy link

Before creating a new issue, please check the FAQ to see if your question is answered there.

Environment data

  • debugpy version: 1.8.1 (run import debugpy; print(debugpy.__version__) if uncertain)
  • OS and version: Ubuntu 20.04 Desktop
  • Python version (& distribution if applicable, e.g. Anaconda): 3.8.18
  • Using VS Code

Actual behavior

From today(before is well) debugpy will not auto step into other's code through justmycode:fase set.
Here's my config:

        {
            "name": "Python: Current File",
            "type": "python",
            "request": "launch",
            "program": "${file}",
            "console": "integratedTerminal",
            "justMyCode": false
        },

image

Now code is under glob.glob("aaa") which is third party code, if I click step into, the page will instantly jump to `glob.glob("aaa") instead of step into source code of glob (but I can still check source code by clicking the GRAY glob in CALL STACK), which is pretty unconvenient.

XXX

Expected behavior

After clicking step into, the code should jump to the source code.

Steps to reproduce:

@dyitzchaki-roku
Copy link

also reported in microsoft/vscode-python-debugger#362

@rchiodo
Copy link
Contributor

rchiodo commented Jun 11, 2024

Thanks for the issue.

This is actually a bug in VS code. See this issue here:
microsoft/vscode#214433

@rchiodo rchiodo closed this as completed Jun 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants