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.
No comments:
Post a Comment