Re: Starting AU lab from terminal - no plugins
Re: Starting AU lab from terminal - no plugins
- Subject: Re: Starting AU lab from terminal - no plugins
- From: Doug Wyatt <email@hidden>
- Date: Fri, 9 Apr 2010 14:49:41 -0700
On Apr 9, 2010, at 14:30 , Jon Crooke wrote:
> On 9 Apr 2010, at 22:08, Doug Wyatt wrote:
>> Try:
>>
>> arch -i386 /Developer/Applications/Audio/AU\ Lab.app/Contents/MacOS/AU\ Lab
>>
>> or (to debug while you're at it):
>>
>> gdb -arch i386 /Developer/Applications/Audio/AU\ Lab.app/Contents/MacOS/AU\ Lab
>
> great! yes, opening in 64bit mode was the problem. all working fine to see the messages via gdb. also,
Cool, but now don't forget to make your plug-in work in 64-bit too once you've debugged in 32 ;-)
> On 9 Apr 2010, at 21:58, tahome izwah wrote:
>
>> You can see the printfs/NSLogs with the Console app - no need to
>> launch AULab via the command line for this.
>
> i'd like to do this also, but can't see what section of console they appear. i'm getting messages via terminal/gdb but nothing that i can find in console.app. i assume you do mean the main console.app, not xcode's console?
It should show up in "Console Messages" and "All Messages".
This should work too, but the nice thing about doing it in the terminal is that you only get the log messages from the process you're interested in, not from the rest of the OS.
Doug
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden