Hi all. I'm having some difficulty with debugging ...
# kotlin-native
n
Hi all. I'm having some difficulty with debugging Kotlin/Native (1.3.50) in CLion (2019.2.5). From what I've found online, it should be as simple as setting a breakpoint and running the debug build in debug mode, but the program never breaks on the breakpoint. I haven't found any references to debugging being broken right now. I'm running on linux. Is there something obvious that I'm missing? Are there any resources that I could check out? The kotlin docs on debugging native only mention that a debug build can be created with th
-g
flag in CLI, but that doesn't help me with CLion. Thanks for any help.
a
Hello! Can you please check if you cannot place a breakpoint on any line, or only some specific ones? Also tell if you are available to debug using the lldb manually, please.