Filter large stack trace to "important" calls (e.g., leave out jquery)?
11 views
Skip to first unread message
David
unread,
May 11, 2015, 4:41:49 PM5/11/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to fir...@googlegroups.com
I'm trying to debug through a relatively deep stack trace that is harder to inspect because of a large number of jquery event-handling calls. Is there any way to filter these from the stack trace? More generally, is it possible to filter out a regexp, or code not in a given subdirectory, etc.? I don't think firebug does any of this; has someone written a plugin that does?