Re: Can't debug in 1.5
Re: Can't debug in 1.5
- Subject: Re: Can't debug in 1.5
- From: Jim Ingham <email@hidden>
- Date: Thu, 12 Aug 2004 14:57:05 -0700
Try turning off the custom data formatters (under the Debug menu).
This sounds like something is going wrong with one of these.
Also, if you can file a bug, that would be great. The Xcode-GDB log
would be enough to get us started. To get that:
1) Quit Xcode.
2) In Terminal, say:
$ defaults write com.apple.Xcode PBXGDBDebuggerLogToFile YES
$ defaults write com.apple.Xcode PBXGDBDebuggerLogFileName
/tmp/IncludeInBug.log
3) Restart Xcode, and do whatever you need to to make it fail.
4) Attach /tmp/IncludeInBug.log to the Radar.
Thanks,
Jim
On Aug 12, 2004, at 2:16 PM, David Clark wrote:
Debugging worked fine in 1.2
When we hit a breakpoint 2 things happen:
- after about 10 secs we get a message "timed out
fetching data values..."
- then after a minute or two (during which the debugger
is unusable), we get an exception message: "Error from
Debugger: NSInvalidArgumentException, reason:***
-[NSCFArray addObject]:attempt to insert nil".
After this happens we can't step.
If we use GDB directly it works fine.
We have a fairly large project with multiple frameworks and
static libs being linked together. The final debug product is
over 800 MB, compared to less than 100 MB for the production
build.
_______________________________________________
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.
_______________________________________________
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.