On Sep 9, 2008, at 2:59 PM, Karan, Cem (Civ, ARL/CISD) wrote: OK, I apologize for the lack of clarity. I've now created a diskimage with a dummy project that is similar in layout to what I'm doing (but without any of my real code, of course). The file is 6.1 Mb in size. Do you want me to email it to you? I figure an actual layout is about as clear as things can get.
I don't think a copy of your project will help all that much.
What is really needed is a detailed, step-by-step listing of what user actions you're performing that you expect will cause a breakpoint to be hit.
I still suspect that what you are doing is building your target and expecting a breakpoint to be hit. That will not happen. Instead, you must build your target and then, as a separate action, debug your target's executable. (Not "Build & Debug" but "Build" and then "Debug.") That should cause your breakpoint to be hit.
Only a step-by-step walkthrough of the user actions you expect to trigger a breakpoint will actually show whether your expectations are in line with how Xcode behaves.
-- Chris
|