If you experience any trouble using AVR32 Studio, please read this chapter before taking contact with avr32@atmel.com. If you still were unable to resolve the problem, make sure you also submit any log files when taking contact.
Some Linux distributions does not have Mozilla or Firefox correctly set up in order to be used in AVR32 Studio. Please follow these instructions: http://www.eclipse.org/swt/faq.php#browserlinux.
The various processes launched when debugging (such as avr32program, avr32gdbproxy and avr32-gdb) will output information while running. This information is normally hidden. In some cases, for instance when debugging for some reason fails, it may be interesting to see what these program outputs. In order to enable this the launch configuration used must be changed.
Go to the main menu select Run then Debug.... Locate your launch configuration and select the Common page. The field Allocate Console should be checked in order to show process output in the console. Clicking on a process in the Debug view will show the corresponding output.
If you want to send this output to our support people you should do the following in your launch configuration:
Doing this will ensure that all the console output is stored to a file.