Hi guys, I am trying to debug `kotlin-native` by...
# kotlin-native
v
Hi guys, I am trying to debug
kotlin-native
by using the
Native Debugging Support
plugin, but I get the following Error when running the target in debug mode:
Error running 'x64.test': com/jetbrains/cidr/ArchitectureType
Running it in run mode works fine Does anybody know why I get this error? Thanks in advance!
m
Yes, known bug in IDEA 2020.1 EAP, should be fixed in next EAP build
👍 1
v
Thanks!
k
Yes, fix didn’t come into last published EAP so far. I just realised, that I could share slightly patched version for you right now. You can install via
Install plugin from disk
. (cc @msink)
v
Thanks!
I installed it. Now I am getting the following message:
Copy code
Traceback (most recent call last):
  File "<input>", line 1, in <module>
ModuleNotFoundError: No module named 'lldb_formatters'
under
Debugger->LLDB
k
Do you see this error in LLDB console?
v
No. I only see what i posted above. So no
(lldb)
m
message has been deleted
message has been deleted
k
Vlad, then what are the versions of your IDEA and Kotlin plugin?
m
Works for me, but with weird error in LLDB console
👍 1
v
IDEA:
Copy code
IntelliJ IDEA 2020.1 EAP (Ultimate Edition)
Build #IU-201.5985.32, built on February 27, 2020
IntelliJ IDEA EAP User
Kotlin plugin:
Copy code
1.3.70-eap-274-IJ2020.1-1
Native Debugging Support:
Copy code
201.6073.9
I reinstalled the Native Debugging Support from @Kirill Shmakov [JB] and it works now. Thanks!!!
🙏 1
👍 1
m
Updated IDEA to today EAP build, and reinstalled plugin from Marketplace - now it works, except for Objects variables inspector: