-
Notifications
You must be signed in to change notification settings - Fork 819
multi-emit fsi debug -- watch variables don't work #14572
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
Labels
Area-VS-FSI
VS window and commands for F# Interactive
Bug
Impact-Medium
(Internal MS Team use only) Describes an issue with moderate impact on existing code.
Comments
Hm, wondering why. I'll try not forgetting to look at it next week |
Any updates on this issue? |
9 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Area-VS-FSI
VS window and commands for F# Interactive
Bug
Impact-Medium
(Internal MS Team use only) Describes an issue with moderate impact on existing code.
In this session there are four sperate submissions, all sent in one go by using Alt+A select all then Debug in Fsi from the context menu. Note that locals and Autos are empty .. and the watch window claims x, y and z do not exist.
This happens because each section of code is separated by ;; and executed in a single submission.
Expected: All submitted code to be compiled and then executed.
Note: This behavior requires this PR: #14537
The text was updated successfully, but these errors were encountered: