Closed
Description
Isn't it time to stop this nonsense? Who uses debug mode anyway? Day after day we get bug reports from people who try to upload code like this:
Serial.println ("Activation fin de course X !!!");
The page for the Mega2560 ( http://arduino.cc/en/Main/ArduinoBoardMega2560 ) does not mention debug mode.
The troubleshooting page ( http://www.arduino.cc/en/Guide/Troubleshooting#upload ) does not mention debug mode.
I can't even find a page that mentions how to use it.
But was does happen is that people post code like the above, or this:
Serial.println ("Ready to work!!!");
Then they complain that they can't upload their code.