While stepping through a script that uses jQuery, I just want to test the code I wrote. I don\'t want to step into the jQuery file -- I\'m not
At least Firebug's JavaScript debugger has an option to "step over" which still does not descend into function calls.
However, you will have to choose between "step (into)" and "step over" manually depending on what kind of function is being called.