Debugging of some functions misses first debug point #11978
Labels
Area-Debug
stepping, debug points, stacks and more
Bug
Impact-Low
(Internal MS Team use only) Describes an issue with limited impact on existing code.
For this code:
the first
try
is not laid down as a debug point. This is caused by the debug point of thelet x
falsely replacing that of thetry
when there is no generated code in-between.The text was updated successfully, but these errors were encountered: