Skip to content

Commit 7319241

Browse files
Docs: update: rename "Debug suspend functions" to "Optimised-out variables"
1 parent 78582ac commit 7319241

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/topics/debug-coroutines-with-idea.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ The tutorial assumes you have prior knowledge of the [coroutines](coroutines-gui
101101

102102
Using IntelliJ IDEA debugger, you can dig deeper into each coroutine to debug your code.
103103

104-
### Debug suspend functions
104+
### Optimised-out variables
105105

106106
If you use `suspend` functions, in the debugger, you might see the "was optimised out" text next to a variable's name:
107107

docs/topics/debug-flow-with-idea.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Create a Kotlin [flow](https://kotlinlang.org/api/kotlinx.coroutines/kotlinx-cor
102102

103103
![Debug the coroutine](flow-debug-2.png)
104104

105-
### Debug suspend functions
105+
### Optimised-out variables
106106

107107
If you use `suspend` functions, in the debugger, you might see the "was optimised out" text next to a variable's name:
108108

0 commit comments

Comments
 (0)