Skip to content

Commit 278536f

Browse files
committed
fix
1 parent 7324c71 commit 278536f

File tree

1,194 files changed

+893
-148018
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,194 files changed

+893
-148018
lines changed

README.md

Lines changed: 69 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,71 @@
1-
# VSCode nucleo debugger
1+
## Debugger di un nucleo multiprogramamto in VSCode
2+
3+
4+
### Contributi
5+
6+
#### Installare le dipendenze:
7+
8+
- Distribuzioni RPM/RHEL
9+
10+
```
11+
# dnf install node yarn
12+
```
13+
14+
- Distribuzioni
15+
16+
```
17+
# apt install node yarn
18+
19+
```
20+
21+
#### clone the repo:
22+
```
23+
# git clone https://github.com/ilnerdchuck/VSCode-Nucleo-Debugger
24+
25+
```
26+
27+
#### build the extension:
28+
29+
```
30+
cd VSCode-nucleo-debugger/
31+
yarn install
32+
33+
```
34+
Opzionale: se si vuole crare il package `.vsix` si può installare il comando `vsce` globalmente
35+
```
36+
yarn global add vsce
37+
38+
```
39+
40+
#### contribute to the extension:
41+
Fare una fork della repository e seguire le istruzioni sovrastanti. Una volta sviluppata la propria feature creare una pull request.
242
343
### Risorse
4-
https://en.wikipedia.org/wiki/GNU_Debugger
5-
https://sourceware.org/gdb/current/onlinedocs/gdb.html/Python-API.html
6-
https://en.wikipedia.org/wiki/QEMU
7-
8-
https://microsoft.github.io/debug-adapter-protocol/specification#Requests_Evaluate
9-
https://microsoft.github.io/debug-adapter-protocol/overview
10-
https://github.com/microsoft/VSDebugAdapterHost/tree/main
11-
12-
https://code.visualstudio.com/api/get-started/your-first-extension
13-
https://github.com/microsoft/vscode-extension-samples?tab=readme-ov-file
14-
https://vscode-api.js.org
15-
https://code.visualstudio.com/api/
16-
https://code.visualstudio.com/Docs/editor/tasks
17-
https://code.visualstudio.com/api/extension-guides/webview
18-
https://code.visualstudio.com/Docs/editor/debugging
19-
https://code.visualstudio.com/api/extension-guides/debugger-extension
20-
https://github.com/SolarTheory/Microsoft-VSCode-Codicons
21-
https://code.visualstudio.com/api/working-with-extensions/publishing-extension
22-
https://code.visualstudio.com/api/extension-guides/command
23-
https://stackoverflow.com/questions/61705879/code-inside-activate-function-of-vs-code-extension-is-not-run
24-
https://code.visualstudio.com/api/references/activation-events#onDebug
25-
https://www.typescriptlang.org/docs/
26-
https://handlebarsjs.com/
44+
45+
#### GDB
46+
- https://sourceware.org/gdb/current/onlinedocs/gdb.html/Python-API.html
47+
48+
#### GDB
49+
50+
- https://microsoft.github.io/debug-adapter-protocol/specification#Requests_Evaluate
51+
- https://microsoft.github.io/debug-adapter-protocol/overview
52+
- https://github.com/microsoft/VSDebugAdapterHost/tree/main
53+
54+
#### VSCode API
55+
56+
- https://code.visualstudio.com/api/get-started/your-first-extension
57+
- https://github.com/microsoft/vscode-extension-samples?tab=readme-ov-file
58+
- https://vscode-api.js.org
59+
- https://code.visualstudio.com/api/
60+
- https://code.visualstudio.com/Docs/editor/tasks
61+
- https://code.visualstudio.com/api/extension-guides/webview
62+
- https://code.visualstudio.com/Docs/editor/debugging
63+
- https://code.visualstudio.com/api/extension-guides/debugger-extension
64+
- https://github.com/SolarTheory/Microsoft-VSCode-Codicons
65+
- https://code.visualstudio.com/api/working-with-extensions/publishing-extension
66+
- 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+
- https://code.visualstudio.com/api/references/activation-events#onDebug
69+
#### Misc
70+
- https://www.typescriptlang.org/docs/
71+
- https://handlebarsjs.com/

discussione.pdf

433 KB
Binary file not shown.
7.34 MB
Binary file not shown.

nucleo-debugger/out/nucleoweb.js

Lines changed: 4 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nucleo-debugger/out/nucleoweb.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)