Symbols, be it a variable, a method, a constant, or something similar, can easily be tracked in Anjuta. Remember the UI_FILE
constant we discussed before? Imagine that we are deep inside a source code file and stumble upon the following piece of code:
builder.add_from_file (UI_FILE);
We may be wondering what the value of UI_FILE
is, who defined it, and so on.