-
Notifications
You must be signed in to change notification settings - Fork 72
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
Inconsistent step highlighting #951
Comments
I don't think highlighting is the issue, because such a line is indeed not evaluated unless you explicitly step through. |
Indeed @TheoWinterhalter is right. |
so interpret to point is not equivalent to step through? |
It is skipping commands that would only print things. I guess it makes sense in terms of performance to ignore commands that do not modify the environment. Maybe there should be an opt-in to force them during "interpret to point"? |
I'm probably the guilty one, and I too find it confusing. IMO it should be enabled in the mode we call "skip proofs" (that should be named "skip proofs and queries". |
I am working with
vscoq-language-server 2.2.1
andcoq 8.19.2
Given the code
If I do an execution to point to the last line.
The first line does not get an executed status while it does if I do a step by step execution.
The text was updated successfully, but these errors were encountered: