-
Notifications
You must be signed in to change notification settings - Fork 74
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
Critical bug - cannot step forward / backwards (version 2.2.3) #988
Comments
Did you update both the server and the extension because I don't have this problem. |
The extension auto-updated by vscode, so probably the server didn't automatically update? In any case, doesn't it seem weird that an auto-update will only update the client and not the server, while having breaking changes? |
The server never auto-updates indeed. I guess it should warn if the server and extensions are incompatible, and probably it does, but this wasn't noticed to be incompatible before? |
No, it didn't figure out it was incompatible before. I think my server was running 2.2.1 because I installed it only recently, so thats expected. |
Wasn't shown :/ Maybe a bug when showing the popup? |
I experienced a similar problem, even though I had anticipated:
Starting from here, it is relevant to say that I am working on a Linux machine (Fedora). I stopped the code process again (using the exit option from the File menu). I moved away the directory After that, I stopped my session of |
Hi, as of the latest (2.2.3) version, I encountered a bug where stepping forward / backwards doesn't do anything.
I have tried the keyboard shortcut, as well as using the UI buttons.
Its important to note that "interpret to point" (Alt+right) does work, but its insanely frustrating to not be able to do a single step-forward.
I opened the log output to verify, and indeed - pressing on "interpret to point" adds the following logs:
While pressing on step-forward or step-backwards does not print anything at all.
I suspect the issue is only in the new version because downgrading to 2.2.1 fixed the issue for me.
The text was updated successfully, but these errors were encountered: