-
-
Notifications
You must be signed in to change notification settings - Fork 469
Open
Labels
topic: codeRelated to content of the project itselfRelated to content of the project itselftopic: debuggerRelated to the integrated debuggerRelated to the integrated debuggertype: imperfectionPerceived defect in any part of projectPerceived defect in any part of project
Description
Describe the problem
🐛 When you start a debug session with a dirty sketch, the sketch is automatically saved, even though the "Auto save" preference is disabled. Combined with the current behavior of compiling and uploading the saved version of the sketch (https://github.com/arduino/arduino-pro-ide/issues/432), this can be quite confusing.
To reproduce
- Select File > Preferences... from the Arduino IDE menus.
- Uncheck the box next to "Auto save".
- Click the "OK" button.
- Make a change to the sketch code.
❗ Don't save. - Click the "Start Debuging" button.
🐛 The dirty indicator disappears and the changes are saved to the sketch.
Expected behavior
Don't save the sketch when starting a debug session.
Arduino IDE version
Original report
0.1.4
Last verified with
Operating system
Windows
Operating system version
11
Issue checklist
- I searched for previous requests in the issue tracker
- I verified the feature was still missing when using the latest nightly build
- My request contains all necessary details
Metadata
Metadata
Assignees
Labels
topic: codeRelated to content of the project itselfRelated to content of the project itselftopic: debuggerRelated to the integrated debuggerRelated to the integrated debuggertype: imperfectionPerceived defect in any part of projectPerceived defect in any part of project