aboutsummaryrefslogtreecommitdiff
path: root/kotlinx-coroutines-debug
diff options
context:
space:
mode:
authorVsevolod Tolstopyatov <qwwdfsad@gmail.com>2023-06-29 12:03:27 +0200
committerVsevolod Tolstopyatov <qwwdfsad@gmail.com>2023-06-29 12:27:48 +0200
commit71793d9abee3b0523b331358bc8b1e601194b5f5 (patch)
treeb98c972eb3c0cd0ebac9c64f334d519de78876a4 /kotlinx-coroutines-debug
parentc7545b5b20b8f58d4052be07cc448aede1aedbf9 (diff)
downloadkotlinx.coroutines-71793d9abee3b0523b331358bc8b1e601194b5f5.tar.gz
Version 1.7.2
Diffstat (limited to 'kotlinx-coroutines-debug')
-rw-r--r--kotlinx-coroutines-debug/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/kotlinx-coroutines-debug/README.md b/kotlinx-coroutines-debug/README.md
index 2fe2eaac..104dde32 100644
--- a/kotlinx-coroutines-debug/README.md
+++ b/kotlinx-coroutines-debug/README.md
@@ -61,7 +61,7 @@ stacktraces will be dumped to the console.
### Using as JVM agent
Debug module can also be used as a standalone JVM agent to enable debug probes on the application startup.
-You can run your application with an additional argument: `-javaagent:kotlinx-coroutines-debug-1.7.1.jar`.
+You can run your application with an additional argument: `-javaagent:kotlinx-coroutines-debug-1.7.2.jar`.
Additionally, on Linux and Mac OS X you can use `kill -5 $pid` command in order to force your application to print all alive coroutines.
When used as Java agent, `"kotlinx.coroutines.debug.enable.creation.stack.trace"` system property can be used to control
[DebugProbes.enableCreationStackTraces] along with agent startup.