← Docs
kotlin-stdlib / kotlin.native.runtime / Debugging

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
Stay in touch:
  • Contributing to Kotlin
  • Releases
  • Press Kit
  • Security
  • Blog
  • Issue Tracker
  • Brand assets
  • Careers
Supported and developed by JetBrains .
Kotlin™ is protected under the Kotlin Foundation
and licensed under the Apache 2 license .