-
Notifications
You must be signed in to change notification settings - Fork 27
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
Can't step into external code files while debugging #362
Comments
I have the exactly same issue, hope to fix this quickly |
I am encountering the same issue as well |
Got the same issue after update VSCode to 1.90.0.
|
Same problem here
|
downgrading just the extension doesn't help |
very good! Thanks for the info! |
Is there way to safely downgrade to VS Code 1.89.1 besides just uninstalling and installing it? Is there any chance to lose some settings/data during reinstall? |
I don't think there is :( I kept a copy of |
Found this is a duplicate of microsoft/debugpy#1598 and ultimately a VS Code issue that's documented here: microsoft/vscode#214433' FYI: A fix has been released in v1.90.1 which is available here: https://code.visualstudio.com/insiders/ but note this is not a stable release yet |
Closed in: #214433 |
I'm on insiders version, can confirm that it now seems to work as before.
|
Logs:
I can manually click to call stack to jump, and the active code line is green rather than yellow:
The text was updated successfully, but these errors were encountered: