diff --git a/nucleus/Makefile.toml b/nucleus/Makefile.toml index 44f9872..880de2e 100644 --- a/nucleus/Makefile.toml +++ b/nucleus/Makefile.toml @@ -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]