Debug the blinker run msp430-gdbproxy --debug --port=2000 msp430 create ./.gdbinit with this in it: set remoteaddresssize 64 set remotetimeout 999999 target remote localhost:2000 msp430-gdb leds.elf break main Type 'c' to start running until main() is hit debug as you normally would with gdb