mirror of
https://github.com/alibaba/arthas.git
synced 2024-04-21 10:21:39 +00:00
4 lines
399 B
Markdown
4 lines
399 B
Markdown
|
|
`reset` can reset enhanced classes. All enhanced classes will be reset to their original states. When Arthas server closes, all these enhanced classes will be reset too.
|
|
|
|
When Arthas executes commands such as watch/trace, it actually modifies the application's bytecode and inserts the enhanced code. These enhancement codes can be removed by explicitly executing the `reset`{{execute T2}} command. |