Skip to content

Commit 6f335a2

Browse files
authored
use the sample debuggee program in the readme as an example (#17)
1 parent 1894a66 commit 6f335a2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ The `dap-estgi-server` and `dap-estgi-vscode-extension` are application specific
5656
9.2.7:
5757
url: "https://github.com/grin-compiler/foundation-pak/releases/download/ghc-9.2.7/ghc-9.2.7-aarch64-apple-darwin.tar.xz"
5858
```
59-
* Run: `stack build`
59+
* Run: `stack build`
60+
i.e. build the provided sample hello world: `(cd sample-program-to-debug ; stack build)`
6061
5. Open debuggee program in VSCode [Extension Development Host]
6162
* Open debugge project folder by using the `Files/Open Folder` menu.
6263
* Select the debug view on the side bar

0 commit comments

Comments
 (0)