intellij-community
intellij-community copied to clipboard
[kotlin][debugger] Add support for removed line numbers from lambdas with parameter destructuring
This pull request adds debugger support for new debug info format for lambdas with parameter destructuring. In the new format line numbers will not be added for the part where destructuring happens.
Corresponding issue: https://youtrack.jetbrains.com/issue/IDEA-335314/Debugger-destructured-parameters-are-not-visible-when-stepping-into-a-lambda
Compiler side pr: https://kotlin.jetbrains.space/p/kotlin/reviews/1150/timeline