Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
- attachBugsnagCode :: CodeIndex -> StackFrame -> StackFrame
- currentStackFrame :: Q Exp
Documentation
attachBugsnagCode :: CodeIndex -> StackFrame -> StackFrame Source #
Attempt to attach code to a StackFrame
Looks up the content in the Index by File/LineNumber and, if found, sets it on the record.
currentStackFrame :: Q Exp Source #
Construct a StackFrame
from the point of this splice
Unfortunately there's no way to know the function, so that must be given: