@hackage haskell-dap0.0.6.0
haskell-dap is a GHCi having DAP interface.
Installation
Dependencies (1)
Dependents (3)
@hackage/ghci-dap, @hackage/haskell-debug-adapter, @hackage/mptcpanalyzer
haskell-dap
The goal is "let GHCi speak DAP".

Information
- [2018/07/01] Release haskel-dap-0.0.6.0.
- [MODIFY] support VisualStudio2017.(see hdx4vs)
- [ADD] [2] support Logpoints
Limitation
Currently this project is an experimental design and implementation.
- supporting ghc-8.0.2, ghc-8.2.2
- need stack project.
- checked on windows7, centos7
Features
inspect watch

inspect hoover

inspect repl

logpoint

break condition

break hit count

Install
install vscode and phoityne extension.
Run stack install
% stack install haskell-dap
. . . . .
Copied executables to C:\Users\[USERNAME]\AppData\Roaming\local\bin:
- haskell-dap.exe
%
Configuration
Add --with-ghc option to ghciCmd variable in the vscode launch.json.
"ghciCmd": "stack ghci --with-ghc=haskell-dap --test --no-load --no-build --main-is TARGET --ghci-options -fghci-hist-size=5 --ghci-options -fprint-evld-with-show ",
IFData Design

Sequences
Overview.

Debugging details.
