Incorrect path .elf file
Recently I changed from Windows to Linux. Now I'm working on a older project and when debugging I got the message "program file does not exist" wit the details:
.../Projects/VxxT/VxxT_firmware/Debug\VxxT.elf not found
I've found that the problem is the backslash in the path and that this is an artifact of changing operating systems.
My question is how to correct this so the IDE looks for the right file?

