| Safe Haskell | None |
|---|---|
| Language | GHC2021 |
GHC.Debugger.Runtime.Interpreter.Legacy
Synopsis
Documentation
collectExceptionInfo :: ForeignRef SomeException -> Debugger (Maybe ExceptionInfo) Source #
Evaluate helper code inside the debuggee that turns the exception context
into our ExceptionInfo structure.
unpackStackFields :: ForeignRef [StackField] -> Maybe [Int] -> Debugger [ForeignHValue] Source #