Debugger failure within layered subclasses
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