Debugging Arm-based microcontrollers in (Neo)vim with gdb

Coming from the JavaScript world, I’m used to the amazing debugging capabilities that browsers offer these days. I wanted to find a way to do debugging in a sane way, covering the basics like setting breakpoints, skipping through them and doing variable i… Read more

Similar