feat: Use gdbgui for debug

This commit is contained in:
Berkus Decker 2022-12-06 00:31:38 +02:00 committed by Berkus Decker
parent dfbd424bde
commit b1bbdf087a
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ disabled = true
dependencies = ["build", "kernel-binary", "gdb-config"]
env = { "RUST_GDB" = "${GDB}" }
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]