Colton Idle
05/13/2025, 1:13 PMJoffrey
05/13/2025, 1:15 PMkevin.cianfarini
05/13/2025, 1:15 PMColton Idle
05/13/2025, 1:16 PMStacktrace recovery is another useful feature of debug mode. It is enabled by default in the debug mode, but can be separately disabled by setting kotlinx.coroutines.stacktrace.recovery system property to false.Hm. I was in debug mode in my android app. I wonder if i need to set something explicitly there.
Joffrey
05/13/2025, 1:21 PMkotlinx.coroutines.debug
system property, or by using the -ea
JVM flag)Joffrey
05/13/2025, 1:23 PMonClick
+ launch
. For this, you need the kotlinx-coroutines-debug agent with enableCreationStackTraces
Chrimaeon
05/13/2025, 1:38 PMkevin.cianfarini
05/13/2025, 1:39 PMColton Idle
05/13/2025, 3:36 PM