Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where is the "Load symbols lazily" debugging option in XCode4?

Tags:

xcode4

My breakpoints are not working in XCode4. To fix this in XCode3 I turned off the "Load symbols lazily" option, I can't find a similar option in XCode4...

like image 834
user656226 Avatar asked Mar 12 '11 01:03

user656226


1 Answers

There is no Load Symbols Lazily option in Xcode 4.

The Breakpoints button in the project window toolbar toggles running/debugging your program. Xcode initially sets the button for running, which disables your breakpoints. For your breakpoints to be enabled, the Breakpoints button should look like the following:

Breakpoints Button

like image 56
Swift Dev Journal Avatar answered Nov 10 '22 04:11

Swift Dev Journal