• 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: debugger breakpoint bug?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: debugger breakpoint bug?


  • Subject: Re: debugger breakpoint bug?
  • From: "Mark Wagner" <email@hidden>
  • Date: Thu, 2 Aug 2007 11:36:38 -0700

On 8/1/07, kwiley <email@hidden> wrote:
> The debugger refuses to step over.  It always steps into.
> Consequently, I can't step through my code because it descends into
> deep calls that take forever to return from.
>
> Has anyone else experience this behavior?

Did you set the breakpoint on the function call, or before the
function call?  Does the function call call any other functions in
turn to get parameters?  There are some bugs with breakpoints on
function calls, which is why I try to set breakpoints on non-function
statements before the call in question, even if it means inserting
dummy statements.

--
Mark Wagner
 _______________________________________________
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: 
 >debugger breakpoint bug? (From: kwiley <email@hidden>)

  • Prev by Date: debugger breakpoint bug?
  • Next by Date: Re: Xcode-users Digest, Vol 4, Issue 373
  • Previous by thread: debugger breakpoint bug?
  • Next by thread: Re: debugger breakpoint bug?
  • Index(es):
    • Date
    • Thread