Hi everyone,
I seem to be having an issue while debugging with breakpoints. I've set my breakpoint to a line of code (line 64 of my code). However, when I start debugging, the breakpoint jumps to the next line of code (line 66).
I've looked into the disassembly as well and saw that the function was missing in it. Instead, the function's code is there. Is this due to an optimization configuration or something bigger? Please let me know. I'm sure this is a simple fix/explanation for this.
Edit: I forgot to mention, but I'm using SAM3U evaluation board and SAM-ICE debugger along with Atmel Studio 6
Thanks!
Ryan
I seem to be having an issue while debugging with breakpoints. I've set my breakpoint to a line of code (line 64 of my code). However, when I start debugging, the breakpoint jumps to the next line of code (line 66).
I've looked into the disassembly as well and saw that the function was missing in it. Instead, the function's code is there. Is this due to an optimization configuration or something bigger? Please let me know. I'm sure this is a simple fix/explanation for this.
Edit: I forgot to mention, but I'm using SAM3U evaluation board and SAM-ICE debugger along with Atmel Studio 6
Thanks!
Ryan
The post was edited 1 time, last by euphoricnoise ().