The prompt now shows the current breakpoint
authorSimon Marlow <simonmar@microsoft.com>
Thu, 19 Apr 2007 15:20:13 +0000 (15:20 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Thu, 19 Apr 2007 15:20:13 +0000 (15:20 +0000)
commit6237bd983d0a1b903bb533bb66fe717b0f69fac4
tree4c9ea833713ff8681ebe76ca73e068c000b93955
parentee1c4ffe15d2cb116a66c09d13d4a13f20d63f2a
The prompt now shows the current breakpoint

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.
compiler/ghci/InteractiveUI.hs