feat: ✨ Use gdbgui for debug
This commit is contained in:
parent
dfbd424bde
commit
b1bbdf087a
|
@ -38,7 +38,7 @@ disabled = true
|
||||||
dependencies = ["build", "kernel-binary", "gdb-config"]
|
dependencies = ["build", "kernel-binary", "gdb-config"]
|
||||||
env = { "RUST_GDB" = "${GDB}" }
|
env = { "RUST_GDB" = "${GDB}" }
|
||||||
script = [
|
script = [
|
||||||
"exec < /dev/tty && rust-gdb -x ${GDB_CONNECT_FILE} ${KERNEL_ELF}"
|
"exec < /dev/tty && pipx run gdbgui -g \"rust-gdb -x ${GDB_CONNECT_FILE} ${KERNEL_ELF}\""
|
||||||
]
|
]
|
||||||
|
|
||||||
[tasks.gdb-cb]
|
[tasks.gdb-cb]
|
||||||
|
|
Loading…
Reference in New Issue