Debugging
We finally get to actually stepping through our code.
This tutorial will go over how to do in-circuit debugging with OpenOCD via JTAG.
Page
3
of
3.
Finally we're ready to start debugging. As mentioned previously, the workflow is going to be as follows:
- Compile and upload new code.
- Fire up the OpenOCD daemon
- Debug the new program

