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

VS Code 1.90 Using debugpy to debug python code cannot use step into to enter the dependent library #215403

Closed
BaiJiangJie opened this issue Jun 13, 2024 · 5 comments
Assignees

Comments

@BaiJiangJie
Copy link

BaiJiangJie commented Jun 13, 2024

Does this issue occur when all extensions are disabled?: Yes/No

  • VS Code Version: 1.90
  • OS Version: macOS 14.0 (23A344)

Steps to Reproduce:

When I run a python script in debug mode, set a breakpoint, and use step into to enter a third-party library, I cannot enter.
I rolled back to vscode 1.89 and it worked.

import datetime

# Break point here
a = datetime.datetime.now()

print(a)
image
@vscodenpa
Copy link

Thanks for creating this issue! It looks like you may be using an old version of VS Code, the latest stable release is 1.90.0. Please try upgrading to the latest version and checking whether this issue remains.

Happy Coding!

@bas-aarts
Copy link

this bug was actually introduced in 1.90
see https://stackoverflow.com/questions/78609131/vs-code-not-jumping-to-the-top-stack-frame

@BaiJiangJie
Copy link
Author

Yeah, hopefully the official version will be fixed, or there is some other way to solve it.

@roblourens
Copy link
Member

#214433

@BaiJiangJie
Copy link
Author

Test version 1.90.1 has been resolved.

@vs-code-engineering vs-code-engineering bot locked and limited conversation to collaborators Jul 28, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants