Join Slack
Powered by
How can I map kotlin native stacktraces to kotlin ...
# kotlin-native
d
Dmitry Kandalov
07/12/2018, 12:14 PM
How can I map kotlin native stacktraces to kotlin source code? (Is there a tool for this?)
o
olonho
07/12/2018, 12:55 PM
for debug binaries this information is available in DWARF format, so you could use lldb or other tool which could read DWARF
👍 1
4
Views
Open in Slack
Previous
Next