haskell-debugger
Safe HaskellNone
LanguageGHC2021

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.