I am developing a low-power application with the MSP430F2619 using CCS v6.1.1 and the MSP-FET debugger connected via JTAG.
I observer the following behavior when debugging: with the processor is in LPM4 I suspend execution using the "pause" button, then resume using the "play" button. The processor then restarts the application, jumping to _c_int00_noargs_noexit(). If I modify my code so that I don't enter the LPM, then things behave normally (i.e. the processor resumes from where it left off, as expected). Is this expected debugger behavior when using LPM4?