You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: