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 stack 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?