[vlc-devel] Re: Messages window to file

Derk-Jan Hartman hartman at videolan.org
Wed May 19 16:06:27 CEST 2004


On 19 mei 2004, at 08:38, Matthew Romaine wrote:

>
> Thanks Olivier, I'll give the logger module a shot.
> btw, is this how other OSXers are debugging?

from the command line with VLC.app/Contents/MacOS/VLC -vvv
works best in my experience. And printf (or preferably msg_Dbg( vlc 
object, printf arguments) ) is just as useful most of the time than any 
other debug method :).

> The plugin is an audio codec - atrac stuff.
>
> m
>
> On 2004/05/19, at 15:18, Olivier Teulière wrote:
>
>> On Wed, May 19, 2004, Matthew Romaine wrote:
>>> Is there a way to get the messages window to spit to a file?  my
>>> plugin is crashing vlc and I'd like to see the message sequences to
>>> figure out where (yes, i'm a "printf debugger" :)
>>
>> Have a look at the 'logger' module, it will generate a log file (name
>> and format are configurable in the preferences of this module).
>> To enable it, the best way is to start it as an "extra interface"
>> ('vlc --extraintf logger', or you can enable it in the preferences 
>> too),
>> because it still allows you to use your favourite interface in 
>> parallel.
>>
>> BTW, what is your plugin doing? Just curious...
>>
>> -- 
>> Ipkiss
>>
>> -- 
>> This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
>> To unsubscribe, please read http://developers.videolan.org/lists.html
>> If you are in trouble, please contact <postmaster at videolan.org>
>>
>>
> ----------------------------------------
> Matthew M.I. Romaine
> IMNC Audio Codec Group
> Sony Corporation
> phone: 03-5448-6065
> fax: 03-5448-5617
> ----------------------------------------
>
> -- 
> This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
> To unsubscribe, please read http://developers.videolan.org/lists.html
> If you are in trouble, please contact <postmaster at videolan.org>
>
>
----
Universiteit Twente
Derk-Jan Hartman (d.hartman at student.utwente dot nl)
http://home.student.utwente.nl/d.hartman

-- 
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html
If you are in trouble, please contact <postmaster at videolan.org>



More information about the vlc-devel mailing list