ide-haskell-repl
ide-haskell-repl copied to clipboard
Breakpoints, continue, context in REPL
If will be great if ide-haskell-repl could be used for visual debugging. I mean those:
- Putting GHCi break points on source files with a single mouse click (or press of a button into sources). This will work when REPL console is opened;
- GHCi :step and Run with press of a button and/or icons in the toolbar;
- Visualize into a window ":show context", ":show bindings" and/or ":history" after each Continue command or break on breakpoint.
It would be great, yes. But I didn't get to that yet. In the meantime, there's this: https://github.com/ThomasHickman/haskell-debug
Great, thanks! It would be great if it supports "stack".
Well, it's not atom-haskell project (although it depends on ide-haskell). So try asking package author for support?
Okay, thank you!