mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-14 09:12:22 +07:00
[kotlin debugger] in coroutines 1.8 creation stacktraces are disabled by default, enable it explicitly for now only in debug mode
GitOrigin-RevId: 2b9b76e629ac52adf4af56484e0fba0e8661f636
This commit is contained in:
committed by
intellij-monorepo-bot
parent
c9d09753a9
commit
da7debd54c
@@ -37,7 +37,6 @@ fun isCoroutineDumpEnabled(): Boolean {
|
||||
@Internal
|
||||
fun enableCoroutineDump(): Result<Unit> {
|
||||
return runCatching {
|
||||
DebugProbes.enableCreationStackTraces = false
|
||||
DebugProbes.install()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user