• 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: [Xcode] Breakpoints: Can "hit count" be a condition?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Xcode] Breakpoints: Can "hit count" be a condition?


  • Subject: Re: [Xcode] Breakpoints: Can "hit count" be a condition?
  • From: "Justin C. Walker" <email@hidden>
  • Date: Sun, 14 Jan 2007 09:53:28 -0800


On Jan 14, 2007, at 03:08 , Alexander v. Below wrote:

Hello list,

while Xcode offers me to print the hit count and auto-continue I was not able to find any information if I can set a condition based on the hit count, say:

"Break in the debugger when you hit this for the 530th time"

The 'continue' command takes a "count" argument which tells 'gdb' to ignore the next 'count-1' instances of the breakpoint at which you are currently stopped.


I don't know how to tell the debugger to ignore the next 527 breakpoints; only the next 527 of *this* breakpoint.

Try "help" in 'gdb'; it does provide a fair amount of info.

Hope that helps.

Justin

--
Justin C. Walker, Curmudgeon at Large
Institute for the Absorption of Federal Funds
-----------
My wife 'n kids 'n dogs are gone,
I can't get Jesus on the phone,
But Ol' Milwaukee's Best is my best friend.
-----------


_______________________________________________ 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
  • Follow-Ups:
    • Re: [Xcode] Breakpoints: Can "hit count" be a condition?
      • From: "Alexander v. Below" <email@hidden>
References: 
 >[Xcode] Breakpoints: Can "hit count" be a condition? (From: "Alexander v. Below" <email@hidden>)

  • Prev by Date: Re: PCRE newbie question
  • Next by Date: Re: [Xcode] Breakpoints: Can "hit count" be a condition?
  • Previous by thread: [Xcode] Breakpoints: Can "hit count" be a condition?
  • Next by thread: Re: [Xcode] Breakpoints: Can "hit count" be a condition?
  • Index(es):
    • Date
    • Thread