Can't see objects in debugger
Can't see objects in debugger
- Subject: Can't see objects in debugger
- From: James Bucanek <email@hidden>
- Date: Wed, 18 May 2005 12:08:00 -0700
Greetings,
Before I file a bug report, I wanted to see if anyone else is seeing this problem.
I have a moderate (300+ source file) project that I have recently moved to Xcode 2.0. I did this by creating a brand-new project and importing all of my source files. I wanted a clean start, and hopefully I left any junk from the old project behind.
This is a Cocoa application.
In the debugger, I'm having an occational problem with class objects not showing up in the debugger. I set a breakpoint and look at the local variables. But instead of a variable (often 'self') showing up like this
Variable Type Value
self RepositoryDocument* 0xdeadbeef
with a little disclosure triangle so I can look at the instance variables, I get this
Variable Type Value
self struct RepositoryDocument* 0xdeadbeef
There is no disclosure triangle, and I can't look at any of the instance variables. If I select the variable, choose "View As...", and change the type to (RepositoryDocument*), I either get an error, no value, or an "out of scope" message.
The odd thing is that it only happens on some classes. Most other classes and objects show up just fine. This is using the "Development" style with all optimization turned off. I tried disabling Fix & Continue, but it doesn't make any difference.
--
James Bucanek <mailto: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