Description
Is your feature request related to a problem? Please describe.
I am testing a sketch on multiple boards (various different Arduino flavours). If I try to open the IDE twice for the same sketch, it simply reverts to the original. To persuade the IDE to give me multiple windows I have to have a differently named sketch for each board. (I cannot find a way to launch multiple IDE's from Explorer.)
This is tedious, because any changes I make to the "master" sketch, I have to copy and paste to all the others. It also means I have multiple sketches on disk, only one of which I actually need.
Describe the solution you'd like
The nicest solution would be to enable one IDE to upload to, and monitor, multiple ports, instead of just one. If this is not possible, then when "reopening" a sketch that an IDE is already showing, have it ask if you want to allow multiple IDE's for this sketch. As a last resort, allow windows explorer to launch multiple instances of the IDE.
Describe alternatives you've considered
Use Arduino 1.8 which allows windows explorer to launch multiple IDE's with the same sketch.
Additional context
Additional requests:
- Allow one sketch to be uploaded to, and serial-monitored on, multiple ports #583 (comment)
- Suggestion: Serial monitor having option to select the port independently. Arduino#10920
- Need separate settings for Serial Monitor port and Upload Port Arduino#8908
- Separate devices for uploading and for the serial console Arduino#7247
- https://forum.arduino.cc/t/serial-monitor-port/1060383