Skip to content

Commit 4182f7d

Browse files
committed
update
1 parent a3a5434 commit 4182f7d

File tree

7 files changed

+3
-9
lines changed

7 files changed

+3
-9
lines changed

Mignone_Proclamazione.pptx

1.25 MB
Binary file not shown.
File renamed without changes.

nucleo-debugger/media/webview/reset.css

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,6 @@ li{
4646
}
4747

4848

49-
.toggle > .key:hover{
50-
color: aqua;
51-
}
52-
5349
.value{
5450
color: var(--vscode-debugTokenExpression-number);
5551
}
@@ -66,7 +62,6 @@ li{
6662
}
6763

6864
.toggle:hover {
69-
color: aqua;
7065
cursor: pointer;
7166
}
7267

-10.6 MB
Binary file not shown.

prova_test/es2/nucleo/debug/vscode_nucleo.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -274,9 +274,9 @@ def invoke(self, arg, from_tty):
274274
out['process'] = []
275275
for pid, proc in process_list(arg):
276276
out['process'].append(process_dump(pid, proc, indent=4, verbosity=0))
277-
with open('myfile.txt', 'w') as f:
278-
f.write(json.dumps(out))
279-
gdb.write(json.dumps(out) + "\n")
277+
# with open('myfile.txt', 'w') as f:
278+
# f.write(json.dumps(out))
279+
# gdb.write(json.dumps(out) + "\n")
280280

281281

282282
Process()

prova_test/es2/nucleo/myfile.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.
File renamed without changes.

0 commit comments

Comments
 (0)