• 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 : Kind of newbie question
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re : Kind of newbie question


  • Subject: Re : Kind of newbie question
  • From: Benjamin Golinvaux <email@hidden>
  • Date: Tue, 22 Oct 2002 20:48:08 +0200

what you should do :

add an executable to the Target pane of the AU project window (ctrl click in this pane and choose "Add Custom Executable). This executable should
be your host (Logic 5.4 or AudioUnitHosting for example).

Then, each time your AU is built, copy it into the Components folder (you can have a custom shell script phase for this)

You can then put breakpoints in the AU code, launch the host app with cmd+y, and gdb will indeed break in your AU code (the host is not required to contain debug info)

This is just like VC++ where you specify the executable file for your library.

Hope i explained it right


Benjamin-

On Tuesday, October 22, 2002, at 06:49 PM, Steve Wilson wrote:

Hi All,

Is there any trick to debugging AUs in PB? I come from the CW and Visual
Studio worlds and in those environments it is really easily to debug a shared
library or a DLL. Or maybe I can do it gdb?

Thanks,
Steve
_______________________________________________
coreaudio-api mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/coreaudio-api
Do not post admin requests to the list. They will be ignored.
_______________________________________________
coreaudio-api mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/coreaudio-api
Do not post admin requests to the list. They will be ignored.

  • Follow-Ups:
    • Re: Kind of newbie question
      • From: "Steve Wilson" <email@hidden>
References: 
 >Kind of newbie question (From: "Steve Wilson" <email@hidden>)

  • Prev by Date: ANN: AUStk source code available
  • Next by Date: Re: MPNotifyQueue takes 500,000 nsec (worst case)
  • Previous by thread: Kind of newbie question
  • Next by thread: Re: Kind of newbie question
  • Index(es):
    • Date
    • Thread