Skip to content
  • Simon Marlow's avatar
    The prompt now shows the current breakpoint · 6237bd98
    Simon Marlow authored
    when stopped at a breakpoint we now get:
    
      [Test3.hs:2:17-30] *Main>
    
    when there is a stack of breakpoints, we get:
    
      ... [Test3.hs:2:17-30] *Main>
    
    showing just the topmost one.  Better suggestions are welcome, but
    this seems not too bad to me.
    6237bd98