vze35xda RemoveThis @verizon.net wrote:
> 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 ToolSupport 733 on OS X
> 10.4.7
>
> Any suggestions ?
>
> --jim
It does work, I found that putting watch points on globals or statics
seems to work correctly and I guess my problem above was watch points a
pointer that got changed in the run. Any one else seen this.
>> Stay informed about: Using watchpoints in XCode