Re: Breakpoint problems
Re: Breakpoint problems
- Subject: Re: Breakpoint problems
- From: "Roni Music" <email@hidden>
- Date: Sun, 5 Mar 2006 21:30:02 +0100
Hi Bryan,
Yes, problem 2 seems to be the same as you have, I don't have that problem
on my PPC,
only on my Intel Mac building the same project.
Problem 1 is another problem, the same project running on PPC works fine,
on my Intel iMac the problem appear. As with your problem, the break points
are in a constructor.
If it's not an Intel related problem, maybe it's because the project and all
it's sources is located on my
PPC Mac and that I build on my IntelMac via network? But that's the way many
developers do.
It makes things very hard, sigh...
Rolf
----- Original Message -----
From: "Bryan Christianson" <email@hidden>
To: "Roni Music" <email@hidden>
Sent: Saturday, March 04, 2006 10:45 PM
Subject: Re: Breakpoint problems
>Hi,
Using
XCode 2.2.1
Intel iMac
GCC 4
1. Some breakpoints work, others not, meaning it's impossible to break
into a function
The same project running on my PPC Mac using
XCode 2.2 and GCC 3.3 or 4 works fine.
I've tried to change every possible settings but no difference.
Is this a known problem/bug?
Any solution?
2. Incorrect source file displayed in the debugger
When hitting a break point, then stepping into some function in another
source file,
a third source file is displayed making it impossible see what's going on.
In this case I could work around the problem by moving out a constructor
definition
from the header file into the corresponding cpp, only keeping the
declaration in the header file.
Then it works but I can't change hundreds of source files this way.
Is this a known problem/bug?
Any solution?
Thanks,
Rolf
_______________________________________________
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
Hi Rolf - this seems very similar to the problem I posted a couple of days
ago. Its occurring on my dual G4 so I dont think its intel specific. Seems
like there is something weird with how xcode is deciding which is the
relevant file to display.
Please let me know if you find a solution.
Regards
Bryan
--
Bryan Christianson
email: <mailto:email@hidden>
Home Page: <http://www.whatroute.net/>
_______________________________________________
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