Lines Matching refs:DebugProbes
8 The main entry point to debug facilities is [DebugProbes] API.
9 Call to [DebugProbes.install] installs debug agent via ByteBuddy and starts spying on coroutines wh…
11 After that, you can use [DebugProbes.dumpCoroutines] to print all active (suspended or running) cor…
13 Additionally, it is possible to process the list of such coroutines via [DebugProbes.dumpCoroutines…
14 …erenced by a [Job] or [CoroutineScope] instances using [DebugProbes.printJob] and [DebugProbes.pr…
67 [DebugProbes.enableCreationStackTraces] along with agent startup.
73 For that, it is strongly recommended to switch off [DebugProbes.enableCreationStackTraces] property…
105 DebugProbes.install()
110 DebugProbes.dumpCoroutines()
112 DebugProbes.printJob(deferred)
148 Like the rest of experimental API, `DebugProbes` is carefully designed, tested and ready to use in …
152 The output format of [DebugProbes] can be changed in the future and it is not recommended to rely o…
170 at kotlinx.coroutines.debug.DebugProbes.install(DebugProbes.kt:49)
271 [DebugProbes]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-debug/kotlinx.corouti…
272 [DebugProbes.install]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-debug/kotlinx…
273 [DebugProbes.dumpCoroutines]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-debug/…
274 [DebugProbes.dumpCoroutinesInfo]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-de…
275 [DebugProbes.printJob]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-debug/kotlin…
276 [DebugProbes.printScope]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-debug/kotl…
277 [DebugProbes.enableCreationStackTraces]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-corout…