开发者

Stacktrace folding in Eclipse

开发者 https://www.devze.com 2023-01-10 18:42 出处:网络
I work on a project that has a lot of AOP-style aspects and interceptors.Calls between our services tend to have a lot of \"junk\" between them in st开发者_Python百科ack traces, and it makes reading t

I work on a project that has a lot of AOP-style aspects and interceptors. Calls between our services tend to have a lot of "junk" between them in st开发者_Python百科ack traces, and it makes reading them unnecessarily wordy, especially when debugging.

Is there a way to get the stack trace view in Eclipse to only show the classes that are under a certain domain or currently loaded?


Couldn't you use AOP to intercept the calls to Throwable.getStackTace() and modify the return value to eliminate certain packages or classes based on some criteria?

0

精彩评论

暂无评论...
验证码 换一张
取 消