arthas icon indicating copy to clipboard operation
arthas copied to clipboard

如何捕获方法内部的线程的异常呢?

Open Restlol opened this issue 3 years ago • 0 comments

你好,我要问的问题不是与arthas的使用有关,我在做一些asm相关的工作,遇到了一些问题,想要咨询一下 我这边使用的是byte-buddy的框架进行插桩, 一个方法里有一个thread运行,这个thread会抛出异常,我该如何才能捕获到异常呢?我只能捕获到该方法的 谢谢。

Restlol avatar Aug 29 '22 08:08 Restlol