Currently, We are facing performance issues when d...
# multiplatform
k
Currently, We are facing performance issues when debugging kotlin/native binaries. It takes significant time when expanding variables. • According to https://kotlinlang.org/docs/native-debugging.html#known-issues, there're known performance issues(performance of Python bindings.). My problem is, what's the root cause for slow kotlin/native debugging? Is it because of the python interpreting when executing lldb command? Or because of the slow execution in Konan_DebugPrint?
h
Maybe ask in #python
🤣 1