Re: Debugger (#2)
Re: Debugger (#2)
- Subject: Re: Debugger (#2)
- From: Jim Ingham <email@hidden>
- Date: Wed, 22 Sep 2004 09:42:10 -0700
That means gdb is calling exit(1) somewhere. It does this in a few
places, mostly in the generic "I have some internal inconsistency"
error handling routines. So without more info I can't really say what
is going wrong.
There should also be some output to the gdb console (Debugger->Console
Log). That might be of some help. More useful would be the Xcode-GDB
log. You can generate this by doing:
1) Quit Xcode.
2) In Terminal, say:
$ defaults write com.apple.Xcode PBXGDBDebuggerLogToFile YES
$ defaults write com.apple.Xcode PBXGDBDebuggerLogFileName
/tmp/XCGDB.log
3) Restart Xcode, and do whatever you need to to make it fail.
then get the XCGDB.log file to us (preferably by filing a bug &
attaching it to the bug...)
Thanks,
Jim
On Sep 21, 2004, at 9:33 PM, Dick Roberts wrote:
Sorry! My error message should read"Debugger has exited with status
1" not "error 1"
Dick R.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden