Re : Kind of newbie question
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.