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.
arthas/tutorials/katacoda/arthas-basics-cn/watch.md

7 lines
197 B
Markdown

通过`watch`命令可以查看函数的参数/返回值/异常信息。
`watch demo.MathGame primeFactors returnObj`{{execute T2}}
输入 `Q`{{execute T2}} 或者 `Ctrl+C` 退出watch命令。