We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ea3d0a commit c65376eCopy full SHA for c65376e
site/docs/doc/stop.md
@@ -3,5 +3,5 @@
3
关闭 Arthas 服务端,所有 Arthas 客户端全部退出。
4
5
::: tip
6
-关闭 Arthas 服务器之前,会重置掉所有做过的增强类。但是用 redefine 重加载的类内容不会被重置。
+关闭 Arthas 服务器之前,会重置掉所有做过的增强类。但是用 redefine 和 retransform 重加载的类内容不会被重置。
7
:::
site/docs/en/doc/stop.md
terminates the Arthas server, all the Arthas clients connecting to this server will be disconnected.
-the class redefined by redefine command will not be reset.
+the class redefined by redefine or retransform command will not be reset.
0 commit comments