11 years 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

11 years 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.