1) Is there a way by which while using the debugger, if F10 is pressed to move to next 'C' statement, the control moves back to the previous statement. 2) Can we change the C program while debugging and rebuild the target from the debugger itself. If yes, please let me know how?
1) Do you mean: * you want to be able to do this, or * your debugger appears to be doing this, and you don't want it to? 2) No. (Think about it: you'd have to download again, etc...!) But you can "patch" code with the Inline Assembler (Debug menu)