haskell-debugger-0.14.0.0: test/golden/T239/T239.ghc-1001.hdb-stdout
[1 of 3] Compiling GHC.Debugger.View.Class ( in-memory:GHC.Debugger.View.Class, interpreted )[haskell-debugger-view-in-memory]
[2 of 3] Compiling Main ( <TEMPORARY-DIRECTORY>/Main.hs, interpreted )[main]
(hdb) BreakFound {changed = True, breakId = [InternalBreakpointId Main 5], sourceSpan = SourceSpan {file = "<TEMPORARY-DIRECTORY>/Main.hs", startLine = 27, endLine = 27, startCol = 3, endCol = 28}}
(hdb) Stopped at breakpoint
(hdb) _result : IO () = <fn> :: IO ()
container : Container = Container
containerBefore : Int = _
containerPacked : Char# = 'a'
containerPacked2 : Char# = 'b'
containerAfter : Char# = 'c'
(hdb) Exiting...