I am trying to modify some open source code, but I having trouble approaching how to do so
The open source program that I am working with is called lessfs, and it has about four C files with up to 3000 lines of code. I am only concerned with one portion of the source code in order to modify.
Therefore, my question is, if I would like to add some print statements inside the code, how would I be able to see it?
Would I have to run the program or compile the program and run them individually? Or would it just be better to email the author and figure out a way to see certain items being printed while the program is running?
I have tried using GDB, but how do you do that when you are dealing with multiple large files?
I posted another form similar to this here:
Thanks for your time in advance
Also, for more information about the source code that I am working with can be found here: