Files

16 lines
408 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
## 退出Arthas
`exit`{{execute interrupt}} 或者 `quit`{{execute interrupt}} 命令可以退出Arthas。
退出Arthas之后,还可以再次用 `java -jar arthas-boot.jar`{{execute interrupt}} 来连接。
## 彻底退出Arthas
`exit/quit`命令只是退出当前sessionarthas server还在目标进程中运行。
想完全退出Arthas,可以执行 `stop`{{execute interrupt}} 命令。