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 1894a66 commit 6f335a2Copy full SHA for 6f335a2
README.md
@@ -56,7 +56,8 @@ The `dap-estgi-server` and `dap-estgi-vscode-extension` are application specific
56
9.2.7:
57
url: "https://github.com/grin-compiler/foundation-pak/releases/download/ghc-9.2.7/ghc-9.2.7-aarch64-apple-darwin.tar.xz"
58
```
59
- * Run: `stack build`
+ * Run: `stack build`
60
+ i.e. build the provided sample hello world: `(cd sample-program-to-debug ; stack build)`
61
5. Open debuggee program in VSCode [Extension Development Host]
62
* Open debugge project folder by using the `Files/Open Folder` menu.
63
* Select the debug view on the side bar
0 commit comments