One of the major benefits provided with MDR is that the developer is able to debug their program in much the same way as they would when they develop a normal program.
When you first execute your MDR program you will be presented with the selection-screen. On the “Technical Settings” Tab, the option “Run online as a single process (debugging mode)”, allows the program to be run online. This means that any break points that the developer has in their code, either hard-coded or dynamically set from the editor, will be stopped at.
Post your comment on this topic.