I tried both buttons, I have to move the window from behind the Lasarus logo, which cannot be moved or removed.
When I click "Break" an assembler window appears. If that points to the problematic source line it is chinese to me.
I don't why Lazarus logo is still there. It should go away when the IDE starts.
You get the assembly window because the program has no debug info, or (more likely) because there is no debugger defined. See:
Environment -> Options -> Debugger
It should be GDB. Try debugging some prog. There should be blue dots at the editor left edge indicating you have debug info there.
I discovered that the Tab "Project" and used that to open my copied addressbook. After Run it worked!
Yes. Project -> Open Project... is the right place. Reinstalling was not really needed.
Part of my original question was also if there were other, that the Wiki, sources for learning to work with Lazarus. Is lazarus so identical to Delphi that i can still use the "About Dephi" programming site for instructions?
Yes, the Delphi sites and documentation can be used especially when learning. Studying example programs is a good way, too.
Juha