File tree Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change 2
2
3
3
This is the README for your extension "dap-extension". After writing up a brief description, we recommend including the following sections.
4
4
5
+ ## VSCode setup
6
+
7
+ Enable ` allow breakpoints everywhere ` option in VSCode settings.
8
+
9
+ ## Run ` dap-extension `
10
+
11
+ * Open ` dap-extension ` folder by using the ` Files/Open Folder ` menu.
12
+ * Open the ` src/extension.ts ` file.
13
+ * press F5 to run the extension in a new VSCode window.
14
+
15
+ ## ` dap-extension ` debug setup and usage
16
+
17
+ * Open your project folder that contains the ` .fullpak ` file
18
+ * Select the debug view on the side bar
19
+ * click to ` create a launch.json file ` , then select ` dap-extension `
20
+ * edit the ` .fullpak ` path
21
+
22
+ * start ` dap ` server: ` (cd dap ; stack build ; stack exec dap) `
23
+
24
+ * press F5
25
+
5
26
## Features
6
27
7
28
Describe specific features of your extension including screenshots of your extension in action. Image paths are relative to this README file.
Original file line number Diff line number Diff line change 34
34
},
35
35
"initialConfigurations" : [
36
36
{
37
+ "name" : " my project" ,
37
38
"type" : " dap-extension" ,
38
39
"request" : " attach" ,
39
40
"program" : " ${workspaceFolder}/test.fullpak"
You can’t perform that action at this time.
0 commit comments