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

stuck ,can't load variable #1809

Open
xiangpingjiang opened this issue Jan 14, 2025 · 3 comments
Open

stuck ,can't load variable #1809

xiangpingjiang opened this issue Jan 14, 2025 · 3 comments
Assignees
Labels
needs repro Issue has not been reproduced yet

Comments

@xiangpingjiang
Copy link

Image

Name: Python Debugger
Id: ms-python.debugpy
Description: Python Debugger extension using debugpy.
Version: 2024.14.0

@eleanorjboyd eleanorjboyd transferred this issue from microsoft/vscode-python-debugger Jan 14, 2025
@github-actions github-actions bot added the needs repro Issue has not been reproduced yet label Jan 14, 2025
@eleanorjboyd
Copy link
Member

Hi! I have transferred this but if you could provide more information (repro steps, logs etc) that would be useful to help debug the issue. Thanks

@xiangpingjiang
Copy link
Author

xiangpingjiang commented Jan 15, 2025

@eleanorjboyd
hello, I use a private repo. It's a gunicorn project. And bellow is my lanch.json

    {
        "name": "gunicorn",
        "type": "debugpy",
        "request": "launch",
        "program": "/home/vscode/.local/bin/gunicorn",
        "args": [ "--chdir",  "." ,  "--workers", "1", "--threads", "1"],
        "console": "integratedTerminal",
        "envFile": "/workspaces/doraemon-core/doraemon/.flaskenv",
        "cwd": "/workspaces/doraemon-core/doraemon/",
        "justMyCode": false
    }

Where I can find log ?

@rchiodo
Copy link
Contributor

rchiodo commented Jan 15, 2025

If you follow the steps here, debugpy will generate a log we can look at:
https://github.com/microsoft/debugpy/wiki/Enable-debugger-logs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs repro Issue has not been reproduced yet
Projects
None yet
Development

No branches or pull requests

4 participants