We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
With rails stacks having about 120 frames, I'd like backtrace to be able to show the last 10 frames, etc.
Maybe a simpler solution is to just have backtrace use the pager?
backtrace
Other commands like history --all use the pager.
history --all
The text was updated successfully, but these errors were encountered:
I wouldn't want the pager in this one case tbh... here is an alternative backtrace that is potentially much shorter than before:
https://gist.github.com/zenspider/8049ee1bc6b994e2098508d278183dbc
Sorry, something went wrong.
No branches or pull requests
With rails stacks having about 120 frames, I'd like backtrace to be able to show the last 10 frames, etc.
Maybe a simpler solution is to just have
backtrace
use the pager?Other commands like
history --all
use the pager.The text was updated successfully, but these errors were encountered: