tangled
alpha
login
or
join now
cass.cityboundforest.com
/
dasos
0
fork
atom
A repository for a long-term OS project titled DasOS (named after the Greek for "forest")
0
fork
atom
overview
issues
pulls
pipelines
Sort of fixing VSCode debugging
cass.cityboundforest.com
4 months ago
5e87befe
105fd5f2
+1
-1
1 changed file
expand all
collapse all
unified
split
.vscode
launch.json
+1
-1
.vscode/launch.json
···
9
9
"type": "lldb",
10
10
"request": "launch",
11
11
"targetCreateCommands": [
12
12
-
"target create ${workspaceFolder}/target/debug/runner"
12
12
+
"target create ${workspaceFolder}/runner/out_dir/iso_root/kernel"
13
13
],
14
14
"processCreateCommands": [
15
15
"gdb-remote localhost:1234",