• 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: Symbolic Breakpoints
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Symbolic Breakpoints


  • Subject: Re: Symbolic Breakpoints
  • From: Jens Alfke <email@hidden>
  • Date: Wed, 21 Sep 2011 08:43:38 -0700

On Sep 21, 2011, at 8:01 AM, Richard Somers wrote:

> Is there a secret to getting symbolic breakpoints to work?
> Set symbolic breakpoint 'keyDown:' (without the quotes) and nothing happens.

The name has to be like “-[MyView keyDown:]”, otherwise it’s ambiguous which -keyDown: method you mean — there are dozens of implementations of that in classes in AppKit and your app.

If you’re trying to set a breakpoint on any keyDown: call to any class, you can’t do that. Breakpoints are on code, not selectors.

—Jens_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: Symbolic Breakpoints
      • From: Richard Somers <email@hidden>
References: 
 >Symbolic Breakpoints (From: Richard Somers <email@hidden>)

  • Prev by Date: Re: how to get rid of NSSavePanel's AccessoryView's border
  • Next by Date: Re: Symbolic Breakpoints
  • Previous by thread: Symbolic Breakpoints
  • Next by thread: Re: Symbolic Breakpoints
  • Index(es):
    • Date
    • Thread