Peter Vreman wrote:
Hi!
In Lazarus.when I debug a file. That is , the debugger stops and I look
at the call stack, I cannot see filename and linenumber
In other words, the debugging is made harder.
I heard it was related to the freepascal compiler was not able to
cooperate with gdb as the ge
Hi!
In Lazarus.when I debug a file. That is , the debugger stops and I look
at the call stack, I cannot see filename and linenumber
In other words, the debugging is made harder.
I heard it was related to the freepascal compiler was not able to
cooperate with gdb as the generated stack fram
Hi!
I fixed bug 4692
THe problem is in inifiles.pas
Change the following procedure for:
procedure TIniFile.DeleteKey(const Section, Ident: String);
var
oSection: TIniFileSection;
oKey: TIniFileKey;
begin
oSection := FSectionList.SectionByName(Section);
if oSection <> nil then begin
oKey := oS