IronLanguages / ironpython3

Implementation of Python 3.x for .NET Framework that is built on top of the Dynamic Language Runtime.
Apache License 2.0
2.51k stars 290 forks source link

Update Parser.cs #1809

Closed m1090c closed 2 weeks ago

m1090c commented 2 weeks ago

In the DebugInfoRewriter class within Microsoft.Dynamic.dll, the VisitParameter method adds debugging information starting from the second Expression. This causes the first line of code to lack debugging information, making it undebuggable.