Ohad Regev
Ohad Regev

Reputation: 5711

Debugger in XCode 4

Silly question...

I cannot find the Debugger in XCode 4 (in 3 I could find it under one of the XCode menus in the menu bar); anyone knows where is it wondering?

Ohad

Upvotes: 0

Views: 189

Answers (3)

Jhaliya - Praveen Sharma
Jhaliya - Praveen Sharma

Reputation: 31730

Open your xCode-4 , Run your application with enabling some debug point. Then Press "command + 6" ,

You will get the list of all debug point.

Upvotes: 1

pepsi
pepsi

Reputation: 6875

The Debugger menu is under Product -> Debug

Upvotes: 2

Robert Kovačević
Robert Kovačević

Reputation: 1408

Press the "Breakpoints" button in the top bar and run.

Upvotes: 1

Related Questions