Skip to content
  • mnislaih's avatar
    Added the new :breakpoint continue option · 025733b8
    mnislaih authored
    Previously, when in a breakpoint, :quit was used to continue execution.
    This is not the right thing to do, so this patch restores :quit to its
    original meaning whether or not ghci is in an inferior session.
    
    The continue behavior is now provided by ":breakpoint continue".
    I added a synonim command in :continue because it is much shorter,
    but this is optional
    025733b8