Why aren't my breakpoints working in Xcode? - Stack Overflow most recent 30 from stackoverflow.com 2009-12-11T12:50:54Z http://stackoverflow.com/feeds/question/64790 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/64790/why-arent-my-breakpoints-working-in-xcode 8 Why aren't my breakpoints working in Xcode? AlanKley 2008-09-15T17:10:26Z 2009-11-26T07:35:01Z <p>I have breakpoints set but Xcode appears to ignore them.</p> http://stackoverflow.com/questions/64790/why-arent-my-breakpoints-working-in-xcode/64793#64793 9 Answer by AlanKley for Why aren't my breakpoints working in Xcode? AlanKley 2008-09-15T17:10:45Z 2008-09-15T17:10:45Z <p>Go to the Xcode Debugging preferences. Make sure that "Load Symbols lazily" is NOT selected.</p> http://stackoverflow.com/questions/64790/why-arent-my-breakpoints-working-in-xcode/66202#66202 0 Answer by Scott S. for Why aren't my breakpoints working in Xcode? Scott S. 2008-09-15T19:49:44Z 2008-09-15T19:49:44Z <p>When setting your break point, right click and you should get several options about how the break point is handled (log vars and continue, pause execution, etc)</p> <p>Also make sure the "Load Symbols lazily" is not selected in the debug preferences.</p> <p>(Applies to Xcode 3.1, not sure about past/future versions)</p> http://stackoverflow.com/questions/64790/why-arent-my-breakpoints-working-in-xcode/67957#67957 14 Answer by que que for Why aren't my breakpoints working in Xcode? que que 2008-09-15T23:34:46Z 2008-09-15T23:34:46Z <p>First of all, I agree 100% with the earlier folks that said turn OFF "Load Symbols Lazily."</p> <p>I have two more things to add.</p> <p>My first suggestion sounds obvious, but the first time someone told me this I was on the verge of responding with "oh, come on, you really think I wouldn't know better...... oh."</p> <ol> <li><p>Make sure you haven't accidentally set your "Active Build Configuration" to "Release."</p></li> <li><p>Under "Targets" in the graphical tree display of your project, right click on your Target and do "Get Info." Look for a property named "Generate Debug Symbols" (or similar) and make sure this is CHECKED (aka ON). Also, you might try finding (also in Target >> Get Info) a property called "Debug Information Format" and setting it to "Dwarf with dsym file."</p></li> </ol> <p>There are a number of other properties under Target >> Get Info that might be affecting you. Look for things like optimizing or compressing code and turn that stuff OFF (I assume you are working in a debug mode, so that this is not bad advice). Also, look for things like stripping symbols and make sure that is also OFF.</p> http://stackoverflow.com/questions/64790/why-arent-my-breakpoints-working-in-xcode/67978#67978 0 Answer by duane for Why aren't my breakpoints working in Xcode? duane 2008-09-15T23:38:19Z 2008-09-15T23:38:19Z <p>I haven't done xcode in a bit, but I recommend that you disable "Zerolink" and "Load Symbols Lazily"; that will fix most problems. Zerolink is an abomination anyway.</p> http://stackoverflow.com/questions/64790/why-arent-my-breakpoints-working-in-xcode/67986#67986 0 Answer by crackity_jones for Why aren't my breakpoints working in Xcode? crackity_jones 2008-09-15T23:39:04Z 2008-09-15T23:39:04Z <p>There appears to be 3 states for the breakpoints in Xcode. If you click on them they'll go through the different settings. Dark blue is enabled, grayed out is disabled and I've seen a pail blue sometimes that required me to click on the breakpoint again to get it to go to the dark blue color.</p> <p>Other than this make sure that you're launching it with the debug command not the run command. You can do that by either hitting option + command + return, or the Go (debug) option from the run menu.</p> http://stackoverflow.com/questions/64790/why-arent-my-breakpoints-working-in-xcode/92120#92120 1 Answer by Charles Anderson for Why aren't my breakpoints working in Xcode? Charles Anderson 2008-09-18T12:34:05Z 2008-09-18T12:34:05Z <p>I have a lot of problems with breakpoints in Xcode (2.4.1). I use a project that just contains other projects (like a Solution in Visual Studio). I find sometimes that breakpoints don't work at all unless there is at least one breakpoint set in the starting project (i.e. the one containing the entry point for my code). If the only breakpoints are in "lower level" projects, they just get ignored.</p> <p>It also seems as if Xcode only handles breakpoint operations correctly if you act on the breakpoint when you're in the project that contains the source line the breakpoint's on. </p> <p>If I try deleting or disabling breakpoints via another project, the action sometimes doesn't take effect, even though the debugger indicates that it has. So I will find myself breaking on disabled breakpoints, or on a (now invisible) breakpoint that I removed earlier.</p> http://stackoverflow.com/questions/64790/why-arent-my-breakpoints-working-in-xcode/96338#96338 0 Answer by AlanKley for Why aren't my breakpoints working in Xcode? AlanKley 2008-09-18T20:04:23Z 2008-09-18T20:04:23Z <p>I believe that a project can also become corrupted in regards to breakpoints. I have a project, for example, that WILL NOT break on any breakpoints that it remembers from the previous session. I first wrote about this <a href="http://kleymeyer.typepad.com/blog/2007/09/problem-with-br.html" rel="nofollow">here</a></p> http://stackoverflow.com/questions/64790/why-arent-my-breakpoints-working-in-xcode/526816#526816 0 Answer by snowytree for Why aren't my breakpoints working in Xcode? snowytree 2009-02-09T00:56:32Z 2009-02-09T00:56:32Z <p>I've had my breakpoints not work and then done Build / Clean All Targets to get them working again.</p> http://stackoverflow.com/questions/64790/why-arent-my-breakpoints-working-in-xcode/792371#792371 0 Answer by dan for Why aren't my breakpoints working in Xcode? dan 2009-04-27T05:58:42Z 2009-04-27T05:58:42Z <p>Also make sure that the AppStore distribution of the app is not also installed on the device.</p> http://stackoverflow.com/questions/64790/why-arent-my-breakpoints-working-in-xcode/809610#809610 0 Answer by Frank Szczerba for Why aren't my breakpoints working in Xcode? Frank Szczerba 2009-04-30T23:42:51Z 2009-04-30T23:42:51Z <p>I was just having this same issue (again). After triple-checking "Load symbols lazily" and stripping and debug info generation flags, I did the following:</p> <ol> <li>quit xcode</li> <li>open a terminal window and cd to the project directory</li> <li>cd into the .xcodeproj directory</li> <li>delete everything except the .pbxproj file (I had frank.mode1v3 and frank.pbxuser)</li> </ol> <p>You can accomplish the same task in finder by right/option-clicking on the .xcodeproj bundle and picking "Show Package Contents".</p> <p>When I restarted xcode, all of my windows had reset to default positions, etc, but breakpoints worked!</p> http://stackoverflow.com/questions/64790/why-arent-my-breakpoints-working-in-xcode/1165645#1165645 0 Answer by davidcann for Why aren't my breakpoints working in Xcode? davidcann 2009-07-22T14:24:11Z 2009-07-22T14:24:11Z <p>Another thing to check is that if you have an "Entitlements" plist file for your debug mode (possibly because you're doing stuff with the Keychain), make sure that plist file has the "get-task-allow" = YES row. Without it, debugging and logging will be broken.</p> http://stackoverflow.com/questions/64790/why-arent-my-breakpoints-working-in-xcode/1802100#1802100 0 Answer by Soong for Why aren't my breakpoints working in Xcode? Soong 2009-11-26T07:35:01Z 2009-11-26T07:35:01Z <p>See this post: <a href="http://complicatedtechnicalstuff.blogspot.com/2009/11/breakpoints-not-working-in-xcode.html" rel="nofollow">Breakpoints not working in Xcode?</a>. You might be pushing "Run" instead of "Debug" in which case your program is not running with the help of gdb, in which case you cannot expect breakpoints to work!</p>