mirror of https://github.com/alibaba/arthas.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
197 B
Markdown
7 lines
197 B
Markdown
5 years ago
|
|
||
|
通过`watch`命令可以查看函数的参数/返回值/异常信息。
|
||
|
|
||
|
`watch demo.MathGame primeFactors returnObj`{{execute T2}}
|
||
|
|
||
|
输入 `Q`{{execute T2}} 或者 `Ctrl+C` 退出watch命令。
|