You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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.
Does this issue occur when all extensions are disabled?: Yes/No
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.
The text was updated successfully, but these errors were encountered: