[Not sure I am posting on the right forum, admin please move to where it belongs if wrong]
I am debugging a macro and all of a sudden, today, macros do not stop execution at breakpoints.
To make sure I am not dreaming I wrote :
Code: Select all
Sub testBreakpoint
msgbox("This line has a breakpoint")
End Sub 'testBreakpoint
The macro runs through to its end without stopping at the breakpoint.
I have made sure the breakpoint properties say it is 'active'.
I have shutdown the computer and start it again.
On one or two occasions the macro did stop at the breakpoint. But since then it does again not stop. One of the times it did stop, when I pressed 'Step In' it jumped to the code of extension 'Basic IDETools'.
I am probably facing some kind of corruption in my installation of OpenOffice. Is there any way I can recover from that ? (Without debugging I am really stuck with my development)
Thanks very much in advance.