Skip to content
New issue

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

Arguments for where #834

Open
jacobobq opened this issue Apr 22, 2022 · 0 comments
Open

Arguments for where #834

jacobobq opened this issue Apr 22, 2022 · 0 comments

Comments

@jacobobq
Copy link

Problem description

It could be nice to be able to use where or bt with an optional number argument to show only the top number stack frames because I don't usually care about frame #175 from puma. It could rule even more to be able to only print frames up until a certain file name comes up by way of where path/to/file

Expected behavior

When bt 10 is input, only the first 10 frames of the stack are in the output.
When where path/to/file is input, frames are shown only until the first occurrence of path/to/file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant