Building a CLI for Firmware Projects using Invoke | Interrupt

Yes, that is generally what I do when using invoke. I’ve had mixed luck when having an IDE launch the gdbserver for me, as sometimes it hangs, or becomes a zombie process and I’m forced to kill the process manually. I find I’m generally happier starting the gdbserver separately, and then just attaching with the IDE.

Everyone does something differently!

1 Like