If it run
arm-none-eabi-gdb -tui myProject.elf
This returns
TUI mode is not supported
If I run it without the -tui flag and try to call lay
or layout
in gdb it does not recognize the command, however if I run normal gdb
not the arm-none-eabi-gdb
layout works but of course I get an error about unknown architechture "ARM"
So, is there a way to step through my C code using GDB and have a more visually appealing experience? Aside from using an IDE