-
Notifications
You must be signed in to change notification settings - Fork 826
Open
Labels
Area-Debugstepping, debug points, stacks and morestepping, debug points, stacks and moreBugImpact-Medium(Internal MS Team use only) Describes an issue with moderate impact on existing code.(Internal MS Team use only) Describes an issue with moderate impact on existing code.
Milestone
Description
At least in the async CE, after a monadic operation (let!/do!/match! etc.), variables in the debugger suddenly seem to go out of scope:
module Program =
let f x =
async {
do! async.Return ()
return 1
}
[<EntryPoint>]
let main _argv =
f 0 |> Async.RunSynchronously |> printfn "%A"
0
(Screenshots from Rider. Originally reported there, but was redirected here.)
Metadata
Metadata
Assignees
Labels
Area-Debugstepping, debug points, stacks and morestepping, debug points, stacks and moreBugImpact-Medium(Internal MS Team use only) Describes an issue with moderate impact on existing code.(Internal MS Team use only) Describes an issue with moderate impact on existing code.
Type
Projects
Status
New