• 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: How to debug or develop incrementally in ASObjC?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to debug or develop incrementally in ASObjC?


  • Subject: Re: How to debug or develop incrementally in ASObjC?
  • From: red_menace <email@hidden>
  • Date: Tue, 29 Dec 2009 17:33:16 -0700

For testing/experimenting, I just have a dummy project set up with a bunch of properties (such
as myButton, myTextField, myString, etc) with matching empty actions (such as doButtonStuff,
doTextFieldStuff, doStringStuff, etc).  These are connected to matching UI items in Interface
Builder, so if I see a code snippet I want to explore, it is fairly easy to drop into the project.

It also helps that the various objects are connected directly to their instance property, so those
long-winded object descriptions aren't needed and you can move the objects around without
having to figure out the new location.  You will probably still have a bunch of fun playing the
build-and-find-the-error game, but once a dummy project is set up you only have to deal with
the new code.


Dave


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

This email sent to email@hidden

  • Prev by Date: Re: How do you split a script into multiple source files
  • Previous by thread: How to debug or develop incrementally in ASObjC?
  • Next by thread: Document-based apps in ASObjC
  • Index(es):
    • Date
    • Thread