[lazarus] Debugger options again
Ken Moffat
kmoffat at drizzle.com
Sun Dec 28 11:49:36 EST 2003
I had a working debugger options dialog, but now, after cvs update, it's
broken. I have a segfault. Here is gdb output:
(gdb) run
Starting program: /usr/share/lazarus/lazarus
NOTE: editor options config file not found - using defaults
NOTE: miscellaneous options file not found - using defaults
NOTE: codetools config file not found - using defaults
TMainIDE.DoNewProject A
TMainIDE.DoNewEditorFile A NewFilename=
TPascalParserTool.BuildTree B OnlyIntf=FALSE project1.lpr
[TCustomFormEditor.CreateComponent] Class='TFORM'
TPascalParserTool.BuildTree B OnlyIntf=FALSE project1.lpr
TMainIDE.DoNewEditorFile end unit1.pas
TMainIDE.DoNewProject end 0
Form streaming "TDEBUGGEROPTIONSFORM" error: Error while reading
chkClearLogOnRun.DragCursor: Invalid property value
Program received signal SIGSEGV, Segmentation fault.
$080d08e3 in TDEBUGGEROPTIONSFORM__ADDEXCEPTIONLINE (AEXCEPTION=$405de544,
ANAME=$83c2563, this=$4048eb64) at debugoptionsfrm.pas:128
128 idx := clbExceptions.Items.AddObject(AName, AException);
If I could find the default config file I'd start over, but I don't know
where it is. I've renamed the local .lazarus file to no avail.
Thanks.
--
Ken
More information about the Lazarus
mailing list