compiler flag or corresponding setting in gradle build script. After doing this, Kotlin/Native runtime in application is debuggable in CLion, with Attach to process tool.
I have checked HACKING.md documents above
๐ 1
seongsu kim
11/29/2023, 9:42 AM
Please help me. What should I do?
a
Alexander Shabalin [JB]
11/29/2023, 11:22 AM
Do you mean, whether it's possible to attach a debugger so that the K/N runtime code would be debuggable (i.e. display sources, locals, etc.)? If so, then the answer is likely "no". But what's the problem you're trying to solve?