Re: missing local variables in debugger
Re: missing local variables in debugger
- Subject: Re: missing local variables in debugger
- From: Chris Espinosa <email@hidden>
- Date: Fri, 14 Oct 2005 20:28:27 -0700
On Oct 14, 2005, at 8:18 PM, Support wrote:
Many of my local variables are not displayed in the debugger.
Is there someway to get them back? Clearing the targets doesn't
help.
I'm writing C++ in Carbon.
In what version of Xcode?
Are you using an optimized build? Optimization can actually optimize
out locals in some cases so they actually never appear in your
executable.
What happens if you go to the Console and try 'p <variable>' ? Does
gdb know your variables are there?
Chris
_______________________________________________
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