• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Debugger (#2)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


References: 
 >Debugger (#2) (From: Dick Roberts <email@hidden>)

  • Prev by Date: Re: How do you debug a C++ Standard Tool Application?
  • Next by Date: Re: Run session cancelled: No launchable executable present to run.
  • Previous by thread: Debugger (#2)
  • Next by thread: How to get rid of nibs in File History
  • Index(es):
    • Date
    • Thread