Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
10 years, 6 months ago.
How do you debug?
Must be missing something. How do you debug? If you download a binary file, that doesn't contain any debug information. Does the process place some sort of monitor on the target for debugging?
1 Answer
10 years, 6 months ago.
For the online compiler most just use printf statements to see what is going on. Alternatively you can also build it offline, and then use the ST-link for debugging. But for that you cannot just use the binary from the online compiler, you need to export your project to your preferred toolchain.