haskell-debugger-view: Custom debug visualization instances for @haskell-debugger@
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
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
Properties
| Versions | 0.1.0.0, 0.1.0.0 |
|---|---|
| Change log | CHANGELOG.md |
| Dependencies | base (>=4.22 && <5), bytestring (>=0.12.1 && <0.13), containers (>=0.7 && <0.9), text (>=2.1 && <2.3) [details] |
| License | BSD-3-Clause |
| Author | Matthew Pickering, Rodrigo Mesquita |
| Maintainer | matthewtpickering@gmail.com, rodrigo@well-typed.com |
| Category | Development |
| Uploaded | by romes at 2025-11-18T16:02:32Z |
Modules
[Index] [Quick Jump]
Downloads
- haskell-debugger-view-0.1.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees