intellij-community icon indicating copy to clipboard operation
intellij-community copied to clipboard

[kotlin][debugger] Add support for removed line numbers from lambdas with parameter destructuring

Open nikita-nazarov opened this issue 1 year ago • 1 comments

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

nikita-nazarov avatar Aug 21 '24 13:08 nikita-nazarov