ide-haskell-repl icon indicating copy to clipboard operation
ide-haskell-repl copied to clipboard

Breakpoints, continue, context in REPL

Open varosi opened this issue 8 years ago • 4 comments

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.

varosi avatar Dec 22 '16 19:12 varosi

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

lierdakil avatar Jan 07 '17 02:01 lierdakil

Great, thanks! It would be great if it supports "stack".

varosi avatar Jan 08 '17 16:01 varosi

Well, it's not atom-haskell project (although it depends on ide-haskell). So try asking package author for support?

lierdakil avatar Jan 09 '17 11:01 lierdakil

Okay, thank you!

varosi avatar Jan 09 '17 16:01 varosi