Join Slack
Powered by
Hi everyone, how to debug .dll generated by kotlin...
# kotlin-native
m
Mananpoddarm
06/28/2020, 4:57 AM
Hi everyone, how to debug .dll generated by kotlin/native for windows? are the .pdb files generated?
r
r4zzz4k
06/28/2020, 7:30 AM
Kotlin/Native building process is based on MinGW for Windows platforms, so it has its own debug symbols format. You can either debug using
gdb
instead of MSVC tooling or search for software capable to convert debug symbols.
👍 1
2
Views
Open in Slack
Previous
Next