Totally agree. I just ran slightly foul of this in my first few days with Lazarus. It is clearly a brilliant piece of software and I can't speak highly enough of those who give us their time and talent to create it. But the sort of documentation I've seen is all over the place, there is no clear tutorial to ease newbies into the game and to point out where they can find out about issues, etc. And, of course, the type of questions likely to be raised by a newcomer are precisely those that might tick off the community because "This question has been asked so many times before". I'm sure many will disagree with me that that has been my (admittedly short) experience as a new person to Lazarus (but not to coding).
I am aware of the existing tutorial but let me give an example. I wanted to do a quick Fibonacci series - type in the length of the series into an edit box, do a loop of that size each time calculating the next element of the series and popping it into a list box. Simple enough. Could I find the routine to covert a string into an integer? I could not. Well, not until I had gone through the PDFs searching for it. If you were very new to the process, like Paulinho, this is a real drag and a disincentive.
We really need a short tutorial to let people know how to build an application in Lararus, where to find the various built-in functions, the sorts of things that can go wrong and what to do about them. I know the next thing will be the question "So why don't you write it, Cran0g?". Maybe I will.
As a parting shot, if this thing about large executables is such a common refrain, does it not suggest that enough people would rather do without massive amounts of debug info in their code and that including such info should need to be an option selected rather than the default? If you need this stuff, you're already a fairly experienced programmer and having to select it should not pose too much of a problem.
Sorry to wibble on but I think Lazarus is brilliant. However, it's unlikely ever to reach its full potential unless it makes itself easy to attract new blood.