Re: [fpc-devel] debugging probelm

2006-03-16 Thread anteusz
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

[fpc-devel] debugging probelm

2006-03-15 Thread anteusz
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

[fpc-devel] patch for inifiles unit bug 4692

2006-03-06 Thread anteusz
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