gdb breakpoint crashes XCode
gdb breakpoint crashes XCode
- Subject: gdb breakpoint crashes XCode
- From: Jae Ho Lee <email@hidden>
- Date: Fri, 22 Oct 2004 18:10:15 +0900
Hi,
I am trying to debug my application and every time gdb stops at
breakpoints, below gdb output appears and XCode crashes.
Exception name: NSRangeException, reason:*** -[NSCFArray
objectAtIndex:]: index (-1) beyond bounds (2)
Parser (0x44dab90)
parse buffer:
'48^done,numchild="2",children=[child={name="var3.origin.x",exp="x",numc
hild="0",type="float",typecode="FLT",dynamic_type="",value="0"},child={n
ame="var3.origin.y",exp="y",numchild="0",type="float",typecode="FLT",dyn
amic_type="",value="0"}]
(gdb)
'
parse buffer lengeth = 247
current char index = 239
Exception name: NSRangeException, reason:*** -[NSCFArray
objectAtIndex:]: index (-1) beyond bounds (2)
Parser (0x44dab90)
parse buffer:
'48^done,numchild="2",children=[child={name="var3.origin.x",exp="x",numc
hild="0",type="float",typecode="FLT",dynamic_type="",value="0"},child={n
ame="var3.origin.y",exp="y",numchild="0",type="float",typecode="FLT",dyn
amic_type="",value="0"}]
(gdb)
'
parse buffer lengeth = 247
current char index = 239
(gdb)
I have tried clean and rebuild. I even tried reinstalling XCode. But
this problem won't go away.
I am using Mac OS X 10.3.5 build 7M34 and XCode 1.5.
Any suggestion will be greatly appreciated.
Jae Ho Lee
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden