Thank you.
Actually in 2.0.12 I did not find the backend option, so - if I anyway spent so-much time on upgrading the OS - I also updated Lazarus (2.2.6) and FPC (3.2.2). Now, by default I have FpDebug. And it works with some problems:
The first problem I have is that every project complains for the first time that the project does not write debug info in Dwarf format. I have 4 options, I always chose Enable Dwarf3 (-gw3) and it is OK. I tried "old" projects, and also brand new ones and it is always the same. Two questions:
- What is it exactly?
- How can I set it to be default, so I do not need it every time?
The second is, that in the past pressing F7 started the debugging step-by-step. Now the Step Into menu item is grey in the menu, but pressing F7 still does something. It gets into debug mode (debugging in the title bar), but not doing anything more. As most of the debug options are grey, Ctrl-F2 does not work, so to get out of debug mode is difficult (e.g. do Build and that can interrupt debugging).
Is it a bug or a "feature"?
Thanks,