Help! loop

When I open my solution, my solution comes (by mistake, OEPS!) in a loop!
I can’t get out of it!
The only way, to exit, to shut down developer. But if I launch it again, it starts the loop again.
Is there a way to open a solution and then prevent a method(onLoad) from being launched?

Can you turn debugger on? If so, you could then step into the method and then sort it out…

HTH

No I could not get to the debugger.
But simple the ESCAPE-button did the trick!

Thanks.