Closed runeksvendsen closed 4 years ago
Hi.
haskell-debug-adapter might be waiting for an initial prompt from ghci. Could you confirm that the initial prompt string in the lauch.json is match with actual prompt on ghci ?
"ghciInitialPrompt": "Prelude> ",
Regards.
Thank you! That was indeed the issue. My ghci prompt is "λ>". Changing the ghciInitialPrompt
setting to this fixed the issue.
When I set a breakpoint in a function, and click "Start Haskell Debugging" on it, the VS Code debugger just keeps loading, without ever breaking at the breakpoint.
Here's a screen capture of the process:
Versions: