Wednesday, October 12, 2016

NEW GUIDE: Debugging the SAMD21 with GDB

Debugging the SAMD21 with GDB is a new guide in the learning system:

Debug your SAMD21 C code via the GNU Project Debugger (GDB) on Windows, Mac or Linux. Breakpoints allow you to pause your code at points of interest. Once paused, use a backtrace to see the current program state and the micro trace buffer to see the history of the program.

Debugging the SAMD21 with GDB

No comments:

Post a Comment