Skip to content

Stop Mega bootloader going into debug mode on "!!!" #2477

Closed
@nickgammon

Description

@nickgammon

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.

Metadata

Metadata

Assignees

Labels

Component: BootloaderThe bootloader is the program used to load the uploaded program into the microcontroller's memoryType: DuplicateAnother item already exists for this topic

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions