本案例使用的arthas是最新版本3.7.2
要跟踪的代码:
1、arthas watch试下能不能捕获到
页面上请求 http://localhost:8080/exception发现捕获不了。
2、可以使用btrace捕获,能够捕获到
我本案例使用Eclipse编写btrace脚本 ,首先引入btrace的jar包
<dependency> <groupId>com.sun.btrace</groupId> <artifactId>btrace-agent</artifactId> <version>1.3.11</version> <type>jar</type> <scope>system</scope> <system