Page 1 of 1
how to debug vlc
Posted: 04 Sep 2012 09:07
by jinlsg
how to debug vlc
i have build vlc
how to debugger or modify vlc by tools?
thanks
Re: how to debug vlc
Posted: 04 Sep 2012 09:21
by jinlsg
i build vlc on windows by mingw and msys
Re: how to debug vlc
Posted: 05 Sep 2012 15:56
by jinlsg
who can help?
Re: how to debug vlc
Posted: 05 Sep 2012 22:36
by Rémi Denis-Courmont
At the most basic level, you can get the debug messages. If you need more than that, you either need to setup up gdb, which is not easy on Windows, or use printf-style debugging.
Re: how to debug vlc
Posted: 06 Nov 2012 10:47
by jinlsg
i can debug vlc use gdb。