| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Debugger.Statement
Documentation
A place to set a breakpoint at.
Instances
type ShellCommand = Text Source #
Datatype representing a ID of a breakpoint.
Instances
| Eq Id Source # | |
| Show Id Source # | |
| ToSelection Id Source # | |
Defined in Debugger.Builder Methods toSelection :: Id -> Selection Source # | |
| ToSelection [Id] Source # | |
Defined in Debugger.Builder Methods toSelection :: [Id] -> Selection Source # | |
Helper datatype for a selection of 1 or more (breakpoints)
data TargetConfig Source #
Datatype for configuring the GDB target.
Instances
| Eq TargetConfig Source # | |
Defined in Debugger.Statement | |
| Show TargetConfig Source # | |
Defined in Debugger.Statement Methods showsPrec :: Int -> TargetConfig -> ShowS # show :: TargetConfig -> String # showList :: [TargetConfig] -> ShowS # | |
data InfoOptions Source #
Enumeration of all things info can be requested about.
Constructors
| Breakpoints |
Instances
| Eq InfoOptions Source # | |
Defined in Debugger.Statement | |
| Show InfoOptions Source # | |
Defined in Debugger.Statement Methods showsPrec :: Int -> InfoOptions -> ShowS # show :: InfoOptions -> String # showList :: [InfoOptions] -> ShowS # | |
Main AST data type used to build a script with.
Constructors