No there isn't. Thus, as said previously, what you see is expected behaviour.
Theoretically it ought to be possible to add some level of realtime update support for Peripheral Register (in a similar way to Live Variables in the Global Variables view), but this would need very careful design and implementation and is not something we are going to be looking at doing in the near future
If you were using a part with SWO trace support (ie Cortex-M3/M4), then potentially you could look at specific locations (which peripheral registers basically are) in real time using the data watch functionality - but this isn't available on Cortex-M0 parts such as the LPC11 that you are using.
Regards,
MCUXpresso IDE Support