Firebug stack trace and Debugging dept limit - ignore internal jquery functions?

I started using firebug for more than logging recently.
I like the offered stacktraces and debugging panel but if a person uses javascript library (a sane person let’s say) as jQuery, the stacktrace may just be the internal jQuery calls. When debugging, the same problems appears as it is impossible to follow step by step calls - more than 80% of them are internal jquery’s.

Can I limit the dept of this?