https://bugs.documentfoundation.org/show_bug.cgi?id=140953

Harald Langheinrich <hal71...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |UNCONFIRMED
           Assignee|libreoffice-b...@lists.free |hal71...@gmail.com
                   |desktop.org                 |
     Ever confirmed|1                           |0

--- Comment #2 from Harald Langheinrich <hal71...@gmail.com> ---
Created attachment 173463
  --> https://bugs.documentfoundation.org/attachment.cgi?id=173463&action=edit
my file mostly working

the program i develop.

What I recognized very lately is a behavior of the debugging program:

in lower right corner you see the the hierarchy of programs. If a userform is
opened or a messagebox is it is not displayed there. 

It happened to me that a messagebox (the sort which can only be answered with
"okonly") is displayed . It Remains open while not answered and the program
continues with the next lines. It does not really wait for the messagebox to be
answered. 

Then a command in the next line opens a new file. The messagebox is sent into
background. So I see the messagebox any more. but I can continue debugging till
I come to an error.

On error program stops and an error message is thrown.
In lower right corner no program is open any more.
So I can correct the error save the new code and restart debugging.
Thinking I have changed the code, I run it, but it runs the old code displaying
the lines of the new code. Now debugging gets very strange . Strange messages
come up 

All this happens because the messagebox is not closed or a userform remains
open. 

It would be helpfull if open userforms and message boxes are close
automatically in case of error 
or displayed in the hierarchy (they might be in the background). 

May I should report this as a new bug or ahs it to do with this one

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to