arthas/tutorials/katacoda/arthas-basics-en/watch.md
2020-06-04 14:32:55 +08:00

205 B

The watch command can view the parameter/return value/exception of the method.

watch demo.MathGame primeFactors returnObj{{execute T2}}

Input Q{{execute T2}} or Ctrl+C to exit the watch command.