your posting is saved for a "rainy day"! Thx.
If you apply the settings, and change the shortcut, then you can use the IDE as normal.
Where shall I upload crash files?
(What is needed? I suppose, OS, Lazarus versions and source app?
You can discuss the info on the forum first. But then on the bugtracker.
I discoverd a huuuge file on my disk which is similar than "debug" or so and am not sure, what is debugged. And why it is that huge.)
What filename?
something
.dbg ?
.dbg files are created if you select "use external debug info" (which is really pointless in 99% of all cases).
.dbg files contain the info for the debugger, which is otherwise included in the exe (which is a much better place)
and btw: Why does my Lazarus not stop on breakpoints any more?
I compiled as "debug version" and thought this should be? - is it?
What colors/symbol do the breakpoints get after you started the app?
If you do have "use external debug info" (project options > compiler options > debugging) enabled => switch it off. It should work, but it does add potential points of failure....
Do you have a debugger set under:
Tools > Options > Debugger Backend
and
Project Options > Project Options > Debugger (drop down, should be "use ide default")