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

Fix debug arg error #23814

Merged
merged 3 commits into from
Jul 15, 2024
Merged

Conversation

paulacamargo25
Copy link

@paulacamargo25 paulacamargo25 commented Jul 15, 2024

Set justMyCode only in the python debugger, not in the python extension.
Closed: microsoft/vscode-python-debugger#335

@paulacamargo25 paulacamargo25 added bug Issue identified by VS Code Team member as probable bug area-debugging labels Jul 15, 2024
@paulacamargo25 paulacamargo25 self-assigned this Jul 15, 2024
@paulacamargo25 paulacamargo25 merged commit d38e110 into microsoft:main Jul 15, 2024
40 checks passed
eleanorjboyd pushed a commit to eleanorjboyd/vscode-python that referenced this pull request Jul 30, 2024
Set justMyCode only in the python debugger, not in the python extension.
Closed: microsoft/vscode-python-debugger#335
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-debugging bug Issue identified by VS Code Team member as probable bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Disabling debugpy.debugJustMyCode in settings.json doesn't apply to the debug-test purpose in launch.json
2 participants