Debugging

Note: this API is unstable and may change in any release.

A set of utilities for debugging Kotlin/Native runtime.

Since Kotlin

1.9

Properties

Link copied to clipboard

Run full checked deinitialization on shutdown.

Since Kotlin 1.9
Link copied to clipboard

Whether the current thread's state allows running Kotlin code.

Since Kotlin 1.9

Functions

Link copied to clipboard
external fun dumpMemory(fd: Long): Boolean

Dump memory in binary format to the given POSIX file descriptor and returns success flag.

Since Kotlin 1.9