• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: breakpoints ignored
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: breakpoints ignored


  • Subject: Re: breakpoints ignored
  • From: Paul Walmsley <email@hidden>
  • Date: Mon, 03 Apr 2006 19:57:38 +0100


In a small application I've created (by modifying a copy of Apple's demo MultiNibTabView), I've put in breakpoints in several locations so that I can step through these sections of code. But when I run the program by choosing "Build and Debug" all my breakpoints are ignored. The Breakpoint information window show them as enabled, and I'm certain that these sections of code are being correctly executed.
Are you using static libraries? We have this problem all the time when linking against static libraries. Either the debugger will ignore the breakpoint, or it will hit the breakpoint and then gdb will crash. Not much of a choice, really.

Are you able to set breakpoints from gdb directly? (ie not running in xcode) I've found this to be only reliable method of debugging.

Paul
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


References: 
 >breakpoints ignored (From: Boyd Collier <email@hidden>)

  • Prev by Date: Re: breakpoints ignored
  • Next by Date: Re: breakpoints ignored - problem solved
  • Previous by thread: Re: breakpoints ignored
  • Next by thread: Re: Debug problem in Multithreaded environment in Xcode.
  • Index(es):
    • Date
    • Thread