Kotlin-native: Debug problems

Created on 18 Jul 2018  路  2Comments  路  Source: JetBrains/kotlin-native

  • [ ] No line numbers in Kotlin exception stack trace(but there are kt line numbers in native backtrace)
  • [ ] Debug version of the standard library is missing(sources are not available)
debugger enhancement

All 2 comments

To implement line numbers in the backtrace we need to implement DWARF parser.
Debug version of stdlib will appear once we switch to IR libs.

Was this page helpful?
0 / 5 - 0 ratings