@hackage haskell-debugger-view0.1.0.0
Custom debug visualization instances for @haskell-debugger@
Categories
License
BSD-3-Clause
Maintainer
matthewtpickering@gmail.com, rodrigo@well-typed.com
Links
- Documentation
- No source repository
- Changelog
- Security
Versions
Installation
Dependencies (4)
- base >=4.22 && <5
- bytestring >=0.12.1 && <0.13
- containers >=0.7 && <0.9
- text >=2.1 && <2.3 Show all…
Dependents (1)
@hackage/haskell-debugger
This package provides a class to implement custom debug visualization
instances for user-defined datatypes, which will be discovered and used by
haskell-debugger when debugging a program. Additionally, it provides a
handful of built-in custom visualizations, such as for String and IntMap.
The custom debug visualizations are displayed in the editor when inspecting
a variable or evaluation result. The class is the class for
which an instance must be provided, and allows one to customize what is
displayed inline and what fields are available when expanding it.
See the haddocks of DebugView for further information.GHC.Debugger.View.Class