Champs,
The real time mode allows that time critical interrupts are still serviced while I do single step debugging in the main program. But what if in the main program interrupts are disabled, e.g. to protect a critical code section? I assume that the critical interrupt is then also not serviced any longer. This would require that customers are very careful at those critical sections and can't do single step, but have to step over a larger code block.
Thanks,
Robert