[Lazarus] bug in debug-log code...

waldo kitty wkitty42 at windstream.net
Tue Mar 20 16:53:52 CET 2012


i've noticed this consistent bug since i started using --debug-log= for my 
startlazarus... i do not think it stems from startlazarus but that it has been 
in place for a long time because i've seen it ever since i found how to do this 
with lazarus some many svn versions back...

the debug logs start like this...

Adding "--debug-log=lazdbg1.log" as a parameter
h="C:\Documents and Settings\username\Local Settings\Application Data\lazarus"
   SecondaryConfigPath="C:\freepascal\laz"


the very first part of that second line looks to be truncated... i'm betting 
that it should be something like


Adding "--debug-log=lazdbg1.log" as a parameter
PrimaryConfigPath="C:\Documents and Settings\username\Local Settings\Application 
Data\lazarus"
   SecondaryConfigPath="C:\freepascal\laz"


which also seems to point to the third line starting with two spaces that should 
not be there...


Adding "--debug-log=lazdbg1.log" as a parameter
PrimaryConfigPath="C:\Documents and Settings\username\Local Settings\Application 
Data\lazarus"
SecondaryConfigPath="C:\freepascal\laz"


anyway, my point is that something is eating the first part of the second 
line... i suspect a string index counter error or translation string problem??

either way, it... ummm... bugs me... please forgive the pun...




More information about the Lazarus mailing list