File tree 3 files changed +5
-4
lines changed
kotlinx-coroutines-core/jvm/src/debug
3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,11 @@ package _COROUTINE
12
12
*
13
13
* There are typically two ways in which one can encounter an artificial stack frame:
14
14
* 1. By using the debug mode, via the stacktrace recovery mechanism; see
15
- * https://github.com/Kotlin/kotlinx.coroutines/blob/master/docs/topics/debugging.md#stacktrace-recovery. The usual way
16
- * to enable the debug mode is with the [kotlinx.coroutines.DEBUG_PROPERTY_NAME] system property.
17
- * 2. By looking at the output of DebugProbes; see
18
- * https://github.com/Kotlin/kotlinx.coroutines/tree/master/kotlinx-coroutines-debug.
15
+ * [stacktrace recovery](https://github.com/Kotlin/kotlinx.coroutines/blob/master/docs/topics/debugging.md#stacktrace-recovery)
16
+ * documentation. The usual way to enable the debug mode is with the [kotlinx.coroutines.DEBUG_PROPERTY_NAME] system
17
+ * property.
18
+ * 2. By looking at the output of DebugProbes; see the
19
+ * [kotlinx-coroutines-debug](https://github.com/Kotlin/kotlinx.coroutines/tree/master/kotlinx-coroutines-debug) module.
19
20
*/
20
21
internal class ArtificialStackFrames {
21
22
/* *
You can’t perform that action at this time.
0 commit comments