I have reported this issue in the phoityne-vscode repo before I noticed that the repo is deprecated. For the sake of completeness, I report this issue here again.
I am trying to run the debugger on a haskell project that relies on the brick library. However, the debugger is terminated at this particular line: initialVty <- buildVty in UI.hs with the following message in the debug console:
I have reported this issue in the phoityne-vscode repo before I noticed that the repo is deprecated. For the sake of completeness, I report this issue here again.
I am trying to run the debugger on a haskell project that relies on the brick library. However, the debugger is terminated at this particular line:
initialVty <- buildVty
inUI.hs
with the following message in the debug console:My ghci-dap version is 0.0.21.0 for ghc-9.4.8 and my haskell-debug-adapter version is 0.0.39.0.