Breakpoint problems
Breakpoint problems
- Subject: Breakpoint problems
- From: "Roni Music" <email@hidden>
- Date: Sat, 4 Mar 2006 15:22:09 +0100
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