Hello,
You can use the EmbSys Registers window to see the content of all registers. You just must select the target device manually.
Open the EmbSys Registers window and open the Preferences dialog, see below:

In the dialog select the SVD(CMSIS) architecture, Freescale vendor and the target chip. Click on OK.
All registers will be displayed. You just must select registers which value you want to update (double click on the register). If the content is not updated execute a single instruction by a debugger to refresh the content of the selected registers.
Please note, that you can have a bug in the application (content of registers is overwritten by using uninitialized pointer), heap or stack size issue (memory is overwritten) and so on.
Best Regards,
Marek Neuzil