Unable to set a breakpoint in a back-piped function #11668
Labels
Area-Debug
stepping, debug points, stacks and more
Area-LangService-API
Impact-Medium
(Internal MS Team use only) Describes an issue with moderate impact on existing code.
Regression
Milestone
In version 16.9.x it was possible to set a breakpoint on the lines of an anonymous function passed to a back pipe. In version 16.10.x this is no longer possible. The breakpoint is always set at the function level.
v16.10.0

v16.9.1

Repro steps
Start VisualSudio v16.10.x past the code into a .fs file and attempt to set a break point on the line
printfn "line1"
.Expected behavior
Be able to set a break point on the line
Actual behavior
Breakpoint set at function level.
Known workarounds
None
Environment
The text was updated successfully, but these errors were encountered: