For macOS we have an xcodeproj inside the vlc.git repo, see here:
http://git.videolan.org/?p=vlc.git;a=tr ... 94;hb=HEAD
You can open it and use this project to edit files. Compilation needs to be done on Terminal, though.
This project is mainly for developing on the Mac application, they are different project files in different repos for iOS / VLCKit.
Yes, I found this xcodeproj for a while, and I think it's the VLC APP source for the Mac platform, including the VLC-related UI code, is that right?
I am more concerned about how to debug and read the underlying code, such as codec, access, filter modules and so on. Is it possible to debug these underlying modules as easily as debugging iOS or Mac APP?
Thank you for your attention.