Using `lldb` I can set a breakpoint in my kotlin c...
# kotlin-native
t
Using
lldb
I can set a breakpoint in my kotlin code from xcode, which is great. But can I also show the value of a variable in scope when the breakpoint is reached? Currently I just see the
ObjHeader
.
o
There are lldb macroses shipped with K/N, which could help with variable inspection, see DEBUGGING.md
t
Thanks, gonna read that up 👍