Debugging

Native
1.9
@NativeRuntimeApi object Debugging
(source)

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

A set of utilities for debugging Kotlin/Native runtime.

Properties

Native
1.3

forceCheckedShutdown

Run full checked deinitialization on shutdown.

var forceCheckedShutdown: Boolean
Native
1.3

isThreadStateRunnable

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

val isThreadStateRunnable: Boolean