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

Mark some modules as skip-over-when-stepping in #9

Open
matthewpersico opened this issue Aug 14, 2024 · 0 comments
Open

Mark some modules as skip-over-when-stepping in #9

matthewpersico opened this issue Aug 14, 2024 · 0 comments

Comments

@matthewpersico
Copy link
Owner

Much like you can tell some modules that they should not be the location of a Carp (see CARP_NOT), we should be able to have a STEPINTO_NOT configured with particular modules or particular behavior, such as when you are stepping into a function that has funciton calls in the arguments, you probably don't want to step into the args' function calls.

Or perhaps we add a 'shallow-step' command that will skip stepping into function arg function calls.

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

No branches or pull requests

1 participant