Re: Constant crashes with XCode 2 debugger
Re: Constant crashes with XCode 2 debugger
- Subject: Re: Constant crashes with XCode 2 debugger
- From: Jim Ingham <email@hidden>
- Date: Fri, 13 May 2005 10:56:16 -0700
This means that CFShow is crashing when called to print your
variable. That makes it sound to me like you have some kind of
memory corruption bug which is getting triggered in the debugger
because you are just poking at your code more and in different ways
than when you run it straight out.
On May 13, 2005, at 1:00 AM, Jerry wrote:
In addition, and I don't know whether this is related, the command
"Print Description to Console" which I use constantly while
debugging, results in this message appearing in the debugger
console (both for my app and AppearanceSample):
Printing description of <myVariable>
The program being debugged was signalled while it was in a
function call from GDB
...
Evaluation of the expression containing the function (CFShow)
will be abandoned.
_______________________________________________
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