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

signatures: generate only one debug breakable line for signatures #22610

Open
wants to merge 1 commit into
base: blead
Choose a base branch
from

Commits on Sep 19, 2024

  1. signatures: generate only one debug breakable line for signatures

    With the debugger enabled the argcheck op and each argelem op
    generated to process a function signature would have an associated
    dbstate op, allowing the debugger to step on that op.
    
    This can be confusing and/or onerous when stepping through code, since
    for a signature with 7 arguments you'd have 9 steps to get past the
    prologue of the sub.
    
    Make most of these dbstates into nextstates to make them non-steppable.
    
    Fixes Perl#22602
    tonycoz committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    65d14c5 View commit details
    Browse the repository at this point in the history