Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a way to filter noisy stack frames from Intellij's debugger?

I'm trying to debug some code using Intellij's debugger, and the call stack is filled with AOP and proxy-related stack frames. It makes it really hard to locate relevant stack frames. Is there a way to filter these besides filtering out all library stack frames?

like image 560
w.brian Avatar asked Aug 26 '16 17:08

w.brian


1 Answers

Sure!

Your Frames tab has a little funnel icon funnel that you can use to hide frames from known libraries. Check it out:

enter image description here

like image 200
walen Avatar answered Sep 21 '22 20:09

walen