Debug Kotlin inline functions [closed]
Asked Answered
O

0

11

I´m using inline functions at my Kotlin-based Android project (I´m forced to, since I use reified key word). Is there a possibility to debug inline functions similar to regular ones? Breakpoints don´t snatch, which, I guess, has to do with the code insertion procedure of inline functions

Ogdan answered 6/1, 2018 at 13:44 Comment(2)
Yep, IntelliJ and AndroidStudio do a bad job at setting breakpoints in Kotlin code - especially with inline functions and inlined lambdasShellfish
This is supposed to work normally. If it doesn't, please file a YouTrack issue with a specific example of the code where the breakponts do not work.Antons

© 2022 - 2024 — McMap. All rights reserved.