Trying to use Watch Variable in Xcode and when I use it the code will
fail sometime later (perhaps when the value changes) with the
following:
[Switching to process 21874 thread 0x217]
Program received signal: "EXC_BAD_ACCESS".
[Switching to process 21874 thread 0x217]
Xcode could not locate source file: cpu_capabilities.h (line: 179)
This is a multithreaded app and watch points are not supposed to work
really well there but I don't think this is right.
This is with XCode 2.4 IDE 759 Core 757 and ToolSup****t 733 on OS X
10.4.7
Any suggestions ?
--jim