Building a CLI for Firmware Projects using Invoke | Interrupt

Thanks for doing these blog posts, it’s a really great source for learning new things.

Currently, when I need to debug the target, my IDE starts the GDB server and connects to it automatically. I am curious what your workflow is when using invoke. Am I correct to assume you run invoke gdbserver in a shell and leave that running, in another shell then run invoke debug?