Debugging Kotlin/Native

Edit pageLast modified: 25 September 2024

Currently, the Kotlin/Native compiler produces debug info compatible with the DWARF 2 specification, so modern debugger tools can perform the following operations:

  • breakpoints

  • stepping

  • inspection of type information

  • variable inspection