We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Name: Python Debugger Id: ms-python.debugpy Description: Python Debugger extension using debugpy. Version: 2024.14.0
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
@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 ?
If you follow the steps here, debugpy will generate a log we can look at: https://github.com/microsoft/debugpy/wiki/Enable-debugger-logs
StellaHuang95
No branches or pull requests
Name: Python Debugger
Id: ms-python.debugpy
Description: Python Debugger extension using debugpy.
Version: 2024.14.0
The text was updated successfully, but these errors were encountered: