I recently upgraded from AVR Studio 4 to 5, and now it seems that when debugging, breakpoints are not stopping the processor.
System details:
I can use the JTAG ICE mkII to download code to the processor, and execution initially stops at the top of main(). Then, I can single step the processor, and set breakpoints farther down in main. But, once I ‘continue,’ the breakpoints do not halt the processor. I know that the lines with breakpoints are eventually executed because single-stepping passes through these lines.
Is anyone experiencing similar problems? Thanks!
Try AVR Freaks, lots of people there are having problems with AS5.
kwgilpin:
I recently upgraded from AVR Studio 4 to 5, and now it seems that when debugging, breakpoints are not stopping the processor.
System details:
I can use the JTAG ICE mkII to download code to the processor, and execution initially stops at the top of main(). Then, I can single step the processor, and set breakpoints farther down in main. But, once I ‘continue,’ the breakpoints do not halt the processor. I know that the lines with breakpoints are eventually executed because single-stepping passes through these lines.
Is anyone experiencing similar problems? Thanks!
AVR Studio 5 is a bit beta/young. Using the prior version makes more sense, at least for a few months.