We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60b85ff commit e6c9328Copy full SHA for e6c9328
README.md
@@ -37,6 +37,10 @@ The `dap-estgi-server` and `dap-estgi-vscode-extension` are application specific
37
## Setup
38
- Enable `allow breakpoints everywhere` option in VSCode settings.
39
40
+### Install Haskell ESTGi Debugger Dependencies
41
+ - Run `(cd haskell-estgi-debugger ; stack install zip-cmd)`
42
+ - Ensure `libgmp` is installed (e.g. if using homebrew, `brew install gmp`)
43
+
44
### Run `dap-estgi-extension`
45
- Run `(cd dap-estgi-vscode-extension ; npm install)`
46
- Open `dap-estgi-vscode-extension` folder by using the `Files/Open Folder` menu.
0 commit comments