debugging some LotusScript code that’s containing more than 1 MessageBox statements:
-
the first messagebox is opened with the debugger in the background. So if I close the box with OK I can continue debugging (e.g. using key)
-
the second and all subsequent messageboxes calls however first shift the focus to the Notes client, then display the messagebox. And if I close the message using OK the focus remains on the Notes client. Hitting or any other debugger shortcut doesn’t do anything (and I think we’re lucky that in the past IBM replaced the Notes clients = Logoff key with -… :-o)
We can confirm on various developers’ machines.
Not a real bad one but VERY annoying when it comes to debugging large codes esp. in a single screen environment
-Lothar