Discussion:
[vlc-devel] Debugging VLC on xcode [MAC]
yash singla
2013-02-26 12:57:36 UTC
Permalink
Hello
I am new to open source development and wanted to help in vlc development.
I have already compiled it using github.
Now I am looking for a way to run vlc in debug mode on xcode i.e. with
breakpoints.

Can anyone tell me how to do this? I cant seem to figure this out.

If its not possible via xcode, whats the alternative method?

Regards
Yash
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20130226/7caf286b/attachment.html>
Felix Paul Kühne
2013-02-26 22:43:26 UTC
Permalink
Hello,
Hello
I am new to open source development and wanted to help in vlc development. I have already compiled it using github.
No official VLC repository is hosted on there. Make sure that you are in sync with git.videolan.org's vlc.git since this is where patches need to be based on order to be mergeable.
Now I am looking for a way to run vlc in debug mode on xcode i.e. with breakpoints.
Can anyone tell me how to do this? I cant seem to figure this out.
This is not supported, since VLC is not compiled using Xcode. We are using lldb or gdb on the command-line, which is essentially the same Xcode does, just without the GUI.

Best regards,

Felix

Loading...