I built my project for the XMega256A3 with Imagecraft toolchain then I was used to open the .cof file with AVR Studio 4 to debug it with the JTAGICE MKII.
I'm trying the new AVR Studio 5 and saw the Open object file for debugging.
Didn't understand why it has to create a new folder somwhere for the project source, but I let it go.
Now I press Start debugging and break and every time I have my eeprom is fully erased.
How can I prevent it?
Another question: I often switch the power of the target to have a restart, because the micro I'm debugging is part of a complex system and it has to communicate with some other micros, so switching off the power is the easiest way to reboot all the micros at the same time and be sure that the communication will be on.
With the AVR Studio 4 this was transparent to me, now with AVR Studio 5 I get this annoying windows that tells me that the target power is off.
Can it be disabled?
Thanks in advance.