Safe Haskell | None |
---|---|
Language | Haskell2010 |
GHC.Debugger
Contents
Synopsis
- execute :: Recorder (WithSeverity DebuggerLog) -> Command -> Debugger Response
- data DebuggerLog = EvalLog EvalLog
Executing commands
execute :: Recorder (WithSeverity DebuggerLog) -> Command -> Debugger Response Source #
Execute the given debugger command in the current Debugger
session
data DebuggerLog Source #
Instances
Pretty DebuggerLog Source # | |
Defined in GHC.Debugger |