packages feed

haskell-debugger-0.14.0.0: test/golden/exceptions-multiple/exceptions-multiple.ghc-1001.hdb-stdout

[1 of 2] Compiling Main             ( <TEMPORARY-DIRECTORY>/prog/Main.hs, <TEMPORARY-DIRECTORY>/.hdb-cache/<CACHE-ENTRY>/Main.gbc )[main]
(hdb) BreakFoundNoLoc {changed = True}
(hdb) About to throw first
Stopped at breakpoint
Exception: ErrorCall
Message: boom first
Call stack:
  HasCallStack backtrace:
    error, called at <TEMPORARY-DIRECTORY>/prog/Main.hs:8:10 in main:Main

Exception location: <TEMPORARY-DIRECTORY>/prog/Main.hs:8:10
(hdb) Handled first exception: boom first
Continuing after first exception
Stopped at breakpoint
Exception: ErrorCall
Message: boom second
Call stack:
  HasCallStack backtrace:
    error, called at <TEMPORARY-DIRECTORY>/prog/Main.hs:10:3 in main:Main

Exception location: <TEMPORARY-DIRECTORY>/prog/Main.hs:10:3
(hdb) Exiting...