Skip to content
  • Alessandro Arzilli's avatar
    Fix for #614 and #683 (#687) · 1afcc6c1
    Alessandro Arzilli authored and Derek Parker's avatar Derek Parker committed
    * service: Prevent panics from crashing delve and killing the target
    
    Catch all unrecovered proc and debugger panics in the service layer and
    report them as errors, allow users to cleanly detach from the target
    and quit.
    
    Fixes #614
    
    * proc: Next/Step should not panic if line info can not be found.
    
    Fixes #683
    1afcc6c1