Skip to content
  • Simon Marlow's avatar
    Support for adding custom commands to an individual breakpoint · ae2b9180
    Simon Marlow authored
      :set stop N <cmd>
    
    runs <cmd> when breakpoint N is hit.  Note that the command to run
    might be a macro (defined with :def), and the macro can invoke
    :continue, so it is now possible to do clever things like conditional
    breakpoints, or ignoring the next K hits of a breakpoint.
    ae2b9180