• 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
Debugger failure within layered subclasses
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Debugger failure within layered subclasses


  • Subject: Debugger failure within layered subclasses
  • From: dct <email@hidden>
  • Date: Tue, 17 Mar 2009 14:43:42 -0700

I am now experiencing a Debugger failure that I haven't seen before.

Part of the application involves layered subclasses:
   Processor : NSObject
      StdProcessor : Processor
         ExtProcessor : StdProcessor.

At a breakpoint set to a line of code in ExtProcessor, the Debugger window shows that:
Arguments and Locals appear properly in the left -hand panel,
Opening "self" (under "Arguments") works fine showing the various inst variables,
Opening "ExtProcessor" (under "self") works fine, and
Opening "StdProcessor" (under "ExtProcessor") works fine.
But, opening "Processor" (under "StdProcessor") causes the application to quit--the Dock icon for the application disappears and the Debugger tool bar enables "Build and Go" and grays out "Tasks", "Restart", etc. (Oddly enough, the displayed code in the right-hand panel still shows a red arrow and highlighted code at the breakpoint.)


The particular code in question hs been debugged in the past without any problem (though that may have been before I installed Xcode 3.1.2).

Any ideas?  Don Thompson
_______________________________________________
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


  • Prev by Date: Re: dialect specific warnings/WARNING_CFLAGS ?
  • Next by Date: Re: dialect specific warnings/WARNING_CFLAGS ?
  • Previous by thread: Re: Can't build Release for x86_64
  • Next by thread: Per architecture file subsets in a Compile files build phase
  • Index(es):
    • Date
    • Thread