Safe Haskell | None |
---|---|
Language | Haskell2010 |
Break Arrays
An array of bytes, indexed by a breakpoint number (breakpointId in Tickish) There is one of these arrays per module.
Each byte is 1 if the corresponding breakpoint is enabled 0 otherwise
Documentation
newBreakArray :: Int -> IO BreakArray Source #
setBreakOn :: BreakArray -> Int -> IO Bool Source #
setBreakOff :: BreakArray -> Int -> IO Bool Source #
showBreakArray :: BreakArray -> IO () Source #