-
Notifications
You must be signed in to change notification settings - Fork 847
Closed
Labels
Area-Debugstepping, debug points, stacks and morestepping, debug points, stacks and moreBugImpact-Low(Internal MS Team use only) Describes an issue with limited impact on existing code.(Internal MS Team use only) Describes an issue with limited impact on existing code.
Description
For this code:
let TestFunction3() =
try
let x = 1+1
System.Console.WriteLine "Hello";
with _ ->
System.Console.WriteLine "World"
TestFunction3()the first try is not laid down as a debug point. This is caused by the debug point of the let x falsely replacing that of the try when there is no generated code in-between.
Metadata
Metadata
Assignees
Labels
Area-Debugstepping, debug points, stacks and morestepping, debug points, stacks and moreBugImpact-Low(Internal MS Team use only) Describes an issue with limited impact on existing code.(Internal MS Team use only) Describes an issue with limited impact on existing code.