A piece of source code which was not written by me, my aim is to find a problem with this source code. I've narrowed it down to 20 lines of codes.
In those 20 lines of codes a number of variables and functions are used.
There are upwards of 20 header files and similar .c
files that are used to compile this code. I don't want to manually search through all these files.
Is there a way I can find where the function or variable is created and track it from there?
P.S. I'm using notepad++
To build this program I would need my board which I don't have access to, currently (Clarification on the build: I need the board containing the intel-microprocessor to compile and test the code)