Is there support in the konan lldb python evaluato...
# kotlin-native
j
Is there support in the konan lldb python evaluator for method or property evaluation? I can print local vars and vals but derefencing a Kotlin object yields:
Copy code
error: member reference type 'ObjHeader *' is a pointer; did you mean to use '->'?
error: incomplete definition of type 'ObjHeader'
forward declaration of 'ObjHeader'
o
https://github.com/JetBrains/kotlin-native/blob/master/llvmDebugInfoC/src/scripts/konan_lldb.py provides some of required functionality, however evaluate expression not yet fully supported