phoityne / ghci-dap

ghci having DAP interface.
https://hackage.haskell.org/package/ghci-dap
Other
19 stars 3 forks source link

Add dap-source command #8

Closed forestaa closed 2 years ago

forestaa commented 2 years ago

This PR is related to https://github.com/phoityne/hdx4vsc/issues/27

Add the command dap-source which returns the content of the loaded modules to support Source Request by haskell-debug-adapter. This PR depends https://github.com/phoityne/haskell-dap/pull/13

forestaa commented 2 years ago

I add the following commit and it works well. https://github.com/phoityne/ghci-dap/pull/8/commits/e8604de6225d9eead7ecfc97f9983301db35c170

phoityne commented 2 years ago

Thank you. merged.