• 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: XCode debugging problems
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: XCode debugging problems


  • Subject: Re: XCode debugging problems
  • From: Andres Santiago Perez-Bergquist <email@hidden>
  • Date: Mon, 1 Dec 2003 22:07:34 -0500

On 1 Dec 2003, at 6:59 PM, Nick Zitzmann wrote:

On Dec 1, 2003, at 11:17 AM, Ben Guthro wrote:

I converted the project from ProjectBuilder to XCode upon opening it for
the first time.
After a successful build, my app will run from the finder, but not with
the "Build & Debug" menu selection, nor "Debug". An error message is
never displayed - It just quite simply does not load.

I've had a similar problem - I've got an application that, for some odd reason, when run in the debugger, does not complete initialization. When I pause execution, it appears that it's setting up a toolbar that has a pull-down menu in it, and the process of initializing that menu, it tries to lock an NSConditionLock deep within AppKit that for some reason never gets unlocked. This does not happen when it's launched from the Finder... Maybe this is the same problem you're experiencing.


I've found that sometimes stopping and restarting debugging repeatedly when the problem occurs makes it launch eventually, as it seems to be completely random. <8*(

I've had some similar issues with running vs. debugging. I have a faceless C++ program that makes use of #define, #if, and #end to select which several variant chunks of code to compile, and when debugging it seems to be running an old version of the code, even after deleting the whole build directory and remaking it from scratch. It seems that when Xcode is told to debug, it's running some version of the code with different #defines, but I'm not sure why.


-- Andres Santiago Perez-Bergquist
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.

  • Prev by Date: Zero-Link error with template singletons
  • Next by Date: Does xcodebuild -buildstyle work?
  • Previous by thread: Re: XCode debugging problems
  • Next by thread: Re: XCode debugging problems
  • Index(es):
    • Date
    • Thread