I've got a big backtrace. Of couse in these cases, the interesting part is deep down at the beginning of the recursion.
So, bar from spending two hours scrolling down line by line, (I've already spent 3 minutes and I only got 838 frames, how can I get it to show the full backtrace at once?
"Pascal J.Bourguignon" pjb@informatimago.com writes:
I've got a big backtrace. Of couse in these cases, the interesting part is deep down at the beginning of the recursion.
So, bar from spending two hours scrolling down line by line, (I've already spent 3 minutes and I only got 838 frames, how can I get it to show the full backtrace at once?
Additionally to Bill's suggestion you can set swank::*sldb-initial-frames* to a larger value.
I'll see if I can add some command to show the entire backtrace.
Helmut.
Helmut Eller writes:
"Pascal J.Bourguignon" pjb@informatimago.com writes:
I've got a big backtrace. Of couse in these cases, the interesting part is deep down at the beginning of the recursion.
So, bar from spending two hours scrolling down line by line, (I've already spent 3 minutes and I only got 838 frames, how can I get it to show the full backtrace at once?
Additionally to Bill's suggestion you can set swank::*sldb-initial-frames* to a larger value.
I'll see if I can add some command to show the entire backtrace.
Thanks to both of you.