Xcode 6.1: all commands in the Debug greyed out menu

I am currently playing around C ++ programming using Xcode. My problem is that the debug menu in Xcode is always grayed out. Adding breakpoints will not change this either.

I searched a bit before asking, and the answers are mainly about making sure the circuitry is correct. I checked that the LLDB debugger was selected and that an executable was added to the target. What else am I missing?

thank

+4
source share
1 answer

Debug menu items are disabled until you create and run the current schema.

xcode 6.1.1 osx 10.9.5, "" a > ", .

, , , , 'build and run', , debug .

+4

All Articles