Skip to content
  • aarzilli's avatar
    proc: skip autogenerated wrappers when stepping in and out · 431dea7e
    aarzilli authored and Derek Parker's avatar Derek Parker committed
    Under some circumstances (methods with non-pointer receivers or from
    embedded fields called through an interface) the compiler will
    autogenerate wrapper functions.
    
    This commit changes next, step and stepout to skip all autogenerated
    wrappers.
    
    Fixes #1908
    431dea7e