Haskell Debugger

I have not tried that yet. Is there a specific LLBD extension for vscode? or are you using the built-in debugger interface? Why LLDB rather than GDB?

Yeah, there is. I wasnā€™t aware it had GDB support. Iā€™ve tried that now and got it to work, but the experience is (as without VSCode) not great. Had local expressions been visible it would be quite useful, I assume. Or is that supposed to work?

Iā€™m not sure what is and isnā€™t supposed to work. This isnā€™t well documented at all.

You might also be interested in phoityne which integrates GHCiā€™s debugger with VSCode. I havenā€™t tried it yet.

2 Likes

Yeah, itā€™s on my radar. Havenā€™t found the time to try it yet. Thanks!