Hi friends! Why breakpoints not working in inline ...
# multiplatform
f
Hi friends! Why breakpoints not working in inline functions? function "subscribe" worked but not stopped. In first picture breakpoint not worked. At next picture not worked too
t
probably because inline functions are inlined hence the point in code you set the breakpoint on doesnt exist in the compiled code anymore
o
which platform is that (JVM/JS/Native)?
k
What is the version of Kotlin MPP plugin your are using (which is mentioned in build.gradle[.kts])? I would recommend upgrade to our freshest EAP (1.3.50-eap-5) first just to make sure this is not something already fixed.
f
Its multiplatform IOS/Android. What a EAP? Multiplatform version?
Copy code
id 'kotlin-multiplatform' version '1.3.41'
o
What platform you’re exactly debugging on?
k
Yes, multiplatform: just put it as
Copy code
id 'kotlin-multiplatform' version '1.3.50-eap-5'