You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* See the values of local and captured variables for both running and suspended coroutines.
176
176
* See a full coroutine creation stack, as well as a call stack inside the coroutine. The stack includes all frames with
177
177
variable values, even those that would be lost during standard debugging.
178
+
* Get a full report that contains the state of each coroutine and its stack. To obtain it, right-click inside the **Coroutines** tab, and then click **Get Coroutines Dump**.
178
179
179
-
If you need a full report containing the state of each coroutine and its stack, right-click inside the **Coroutines** tab, and then
180
-
click **Get Coroutines Dump**.
180
+
To start coroutine debugging, you just need to set breakpoints and run the application in debug mode.
181
181
182
-
Learn more about debugging coroutines in [this blog post](https://blog.jetbrains.com/kotlin/2020/07/kotlin-1-4-rc-debugging-coroutines/)
183
-
and [IntelliJ IDEA documentation](https://www.jetbrains.com/help/idea/debug-kotlin-coroutines.html).
182
+
Learn more about coroutines debugging in the [tutorial](https://kotlinlang.org/docs/tutorials/coroutines/debug-coroutines-with-idea.html).
0 commit comments