Closed gladiatorplus closed 4 years ago
Excuse me, how to use source code for debugging?
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.
Excuse me, how to use source code for debugging?