Skip to content
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

Breakpoint is not being hit in ServiceParsedInputOps.fs #12051

Open
auduchinok opened this issue Aug 27, 2021 · 1 comment
Open

Breakpoint is not being hit in ServiceParsedInputOps.fs #12051

auduchinok opened this issue Aug 27, 2021 · 1 comment
Labels
Area-Debug stepping, debug points, stacks and more Bug good first issue help wanted Impact-Medium (Internal MS Team use only) Describes an issue with moderate impact on existing code.
Milestone

Comments

@auduchinok
Copy link
Member

auduchinok commented Aug 27, 2021

Not sure if it's fixed by #12018, but it was on main branch from a few days ago inside VisualFSharp.sln.

Screenshot 2021-08-27 at 13 55 49

@dsyme dsyme added Area-Debug stepping, debug points, stacks and more Bug Impact-Medium (Internal MS Team use only) Describes an issue with moderate impact on existing code. labels Aug 27, 2021
@dsyme
Copy link
Contributor

dsyme commented Nov 16, 2021

This is a bug in ValidateBreakpointLocation. Because the binding is let f = function ... this is correctly treated in codegen as if it is defining a local function, and we don't normally allow breakpoints on let f x = ... because there is no code to break on for the definition of f itself (only its body).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Debug stepping, debug points, stacks and more Bug good first issue help wanted Impact-Medium (Internal MS Team use only) Describes an issue with moderate impact on existing code.
Projects
Status: New
Development

No branches or pull requests

3 participants