mpv-player / mpv-build

🔨 Helper scripts to compile mpv on Linux
http://mpv.io
404 stars 104 forks source link

mpv debug #136

Closed gladiatorplus closed 4 years ago

gladiatorplus commented 4 years ago

Excuse me, how to use source code for debugging?

CounterPillow commented 4 years ago

By default, the binary is compiled with debug symbols intact. As long as you don't strip them, you can attach a debugger such as gdb and do all the things one would want to do with a debugger.