Just shooting in the dark here:

Select the root directory. My Guess is cmake doesn't know about some of the new Xcode 3.0 features which is why you are getting the dialog when you open the project.

Breakpoints not showing up:
Make sure you are compiling with debug symbols enabled. Run a "clean" on your project and then rebuild and see if that helps.

You may want to ask on Apple's Xcode list. http://lists.apple.com "xcode-users"

Mike

On Feb 13, 2008, at 9:35 PM, Nico Galoppo wrote:

Hi,

I'm having trouble with setting and hitting breakpoints in the XCode
3.0 debugger (the breakpoints turn 'yellow', i.e. can't be set). I
have a suspicion that gdb is not finding the source file (there is a
warning by gdb that it can't find the location), and that it has to do
with me going from Xcode/Tiger to Xcode 3.0/Leopard. Ever since,
whenever I generate a new XCode project with CMake and load it in
XCode 3.0 for the first time, it shows a dialog asking for "Select the
directory to use as the project root". I did not see such behavior in
Xcode/Tiger. I suspect some paths are not being set.

Can anybody confirm and/or provide a solution to this issue? Thanks!

--nico

--
Nico Galoppo :: http://www.ngaloppo.org

_______________________________________________
CMake mailing list
[email protected]
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to