Paolo Amoroso amoroso@mclink.it writes:
Is it possible not to display SLIME-related calls in the debugger backtrace? If not, this would be a useful option.
One possibility would be to use the '--more--' mechanism.
Suppose the debugger initially fetched up to N frames, but stopping if it reaches certain ones like SWANK::READ-FROM-EMACS. Then the user would initially see only his own frames, and we would not have to really hide anything.
Thoughts?
(Helmut, is there a special reason to only fetch one frame initially?)