If I use a DEBUGGER and set a PAUSE DEBBUGER (or the regular pause- I don't see any difference between debugger pause and regular pause) in EVENT line no.10, then I would expect that application will pause at event no.10 and show the result of actions until the event line no.10. But actually it always pauses at the very end of the events loop. So there is no difference in which line I put PAUSE DEBUGGER; at the beginning, the middle or at the very end- the result will always be the same and show the result at the end of the EVENT LOOP.

Is there any way to pause an application on specific EVENT and see the results on the screen at that exact moment? Maybe there is some extension which will pause the application after each EVENT (step by step) and show an information which event line is executed? The existing debugger can only show the situation at the end of the event loop, which is not very helpful. Or maybe some there is some programming technique which I could use?

Thank you in advance!

Dusan