Haskelly
Haskelly copied to clipboard
Integrated debugger
From a user perspective it would be great if the debugger would be integrated. Like in Sublime-haskell you then have one umbrella extension for haskell. I am not affiliated with the debugger project, so I have no idea how compatible the code is, and if there are noticeable benefits if you have eg one proxy for json messaging etc... In the long term the advantages are undeniable.
Thank you for getting in touch. The debugger is definitely a feature which would make a lot of sense to have in Haskelly. Actually, it's part of our roadmap and we'll try to have it ready in the following months.
I found this one: https://github.com/phoityne/phoityne-vscode It defaults entry to test/Spec.hs, but it can be configured to other places. Haven't really used it but seems to work for basic things.