debug icon indicating copy to clipboard operation
debug copied to clipboard

Haskell library for debugging

Results 15 debug issues
Sort by recently updated
recently updated
newest added

The `location` function in TemplateHaskell can given me the source file, and location of the Debug block. Some kind of smart lexer and matching algorithm could give the original code,...

good first issue

Then I could check the HTML from a PR

There should be an option to show onward calls, e.g. if `map f (x:xs)` calls `map f xs` that should be presented as an onward call, which is possible since...

good first issue

When there is an `if` or pattern match it should highlight the taken path in yellow. When there is a boolean predicate it should highlight it in green/blue according to...

good first issue

I'm new in Haskell and this package is interesting. I just would like to know is this package alive or maybe this functionality went to the HLS or an other...