mordak / Term48

50 stars 20 forks source link

Start interactive debugging with `make launch-debug` #20

Closed ardangelo closed 7 years ago

ardangelo commented 7 years ago

You'll probably want this feature to tackle any debugging issues. make launch-debug will deploy the debug package, start it, launch, and attach a GDB session. Haven't figured out how to get console output in GDB instead of the device log files. For now you can use the GDB command dprintf to print things out as needed.

mordak commented 7 years ago

It's like you read my mind. :-)