Debugging Mega2560

Hi,

due the fact that the starter kits are for students with less or no experience i wonder that it is obviously not possible to easily do debugging.

I read that ide 2 is not supporting to debug code on mega2560 yet.

I searched for some how to's explaining how to debug code on mega2560 without success yet.

Does somebody has a link for me which describes how to debug mega2560 code? May be with another ide like clion, probably with additional hardware?

Will IDE 2 support debugging of mega2560 in near future?

Greetings,
Hardy

You can always use lots of Serial.println() in the code. All other debugging stuff will have you leave arduino universe.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.