15
15
16
16
```
17
17
# apt install node yarn
18
-
19
18
```
20
19
21
20
#### clone the repo:
22
21
```
23
22
# git clone https://github.com/ilnerdchuck/VSCode-Nucleo-Debugger
24
-
25
23
```
26
24
27
25
#### build the extension:
28
26
29
27
```
30
28
cd VSCode-nucleo-debugger/
31
29
yarn install
32
-
33
30
```
34
- Opzionale: se si vuole crare il package `.vsix` si può installare il comando `vsce` globalmente
31
+ Opzionale: se si vuole crare il package `.vsix` si può installare il comando `vsce` globalmente:
35
32
```
36
33
yarn global add vsce
37
-
38
34
```
39
35
40
36
#### contribute to the extension:
@@ -45,7 +41,7 @@ Fare una fork della repository e seguire le istruzioni sovrastanti. Una volta sv
45
41
#### GDB
46
42
- https://sourceware.org/gdb/current/onlinedocs/gdb.html/Python-API.html
47
43
48
- #### GDB
44
+ #### DAP e DP
49
45
50
46
- https://microsoft.github.io/debug-adapter-protocol/specification#Requests_Evaluate
51
47
- https://microsoft.github.io/debug-adapter-protocol/overview
@@ -61,11 +57,11 @@ Fare una fork della repository e seguire le istruzioni sovrastanti. Una volta sv
61
57
- https://code.visualstudio.com/api/extension-guides/webview
62
58
- https://code.visualstudio.com/Docs/editor/debugging
63
59
- https://code.visualstudio.com/api/extension-guides/debugger-extension
64
- - https://github.com/SolarTheory/Microsoft-VSCode-Codicons
65
60
- https://code.visualstudio.com/api/working-with-extensions/publishing-extension
66
61
- https://code.visualstudio.com/api/extension-guides/command
67
- - https://stackoverflow.com/questions/61705879/code-inside-activate-function-of-vs-code-extension-is-not-run
68
62
- https://code.visualstudio.com/api/references/activation-events#onDebug
63
+ - https://stackoverflow.com/questions/61705879/code-inside-activate-function-of-vs-code-extension-is-not-run
69
64
#### Misc
65
+ - https://github.com/SolarTheory/Microsoft-VSCode-Codicons
70
66
- https://www.typescriptlang.org/docs/
71
67
- https://handlebarsjs.com/
0 commit comments