Marco Righini
06/20/2023, 3:38 PMadd-dsym
in order to make lldb load the DSYM (although they are defined and packaged in the xcframework).
The issue we are experiencing now it that everything appears as an ObjHeader *
(screenshot attached).
We are using Kotlin 1.9.0-BETA and the specs are in the other screenshot attached.
There we noticed that LLDB Xcode init sources main LLDB init: No
, could it be linked?
Thanks!Marco Righini
06/20/2023, 3:49 PMimage list
when running the ios app in AS we see ...../SDK.framework.dSYM/Contents/Resources/DWARF/SDK
but it is not there if we run the same command in XCode, that's why we have to run add-dsym
kpgalligan
06/20/2023, 4:10 PMkpgalligan
06/20/2023, 4:15 PMkpgalligan
06/20/2023, 4:17 PMkonan_lldb.py
with the updated one: https://github.com/JetBrains/kotlin/blob/master/kotlin-native/llvmDebugInfoC/src/scripts/konan_lldb.pykpgalligan
06/20/2023, 4:19 PMMarco Righini
06/20/2023, 4:29 PMMarco Righini
06/21/2023, 11:13 AMkonan-lldb
is doing is job
(lldb) expression -- (int32_t)Konan_DebugPrint(_this)
(int32_t) $1 = 0
com.sample.shared.exchange.data.entrypoint.RequestExchangeRateKMMEntryPointImpl@b46427f0(lldb)
The problem looks like the xcode debugger view that is not resolving the types (screenshot attached)